Updated docker build

This commit is contained in:
2019-04-09 17:49:05 +09:00
parent 8c6b8c27aa
commit fe6e7a47b6
3 changed files with 11 additions and 17 deletions

3
mixins/EditForm.pixy Normal file
View 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)