Updated docker build
This commit is contained in:
3
mixins/EditForm.pixy
Normal file
3
mixins/EditForm.pixy
Normal file
@ -0,0 +1,3 @@
|
||||
component EditFormImagePreview(link string, imageURL string, webp bool, title string)
|
||||
a.tip(href=link, target="_blank", aria-label=title)
|
||||
img.lazy(data-src=imageURL, alt="Preview", data-webp=webp)
|
Reference in New Issue
Block a user