Fix theme

This commit is contained in:
2020-09-13 19:51:28 +01:00
parent 2080859415
commit 14935dc227
93 changed files with 7194 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
{{ if .Get "src" }}
<img src="{{ .Get "src" | safeURL }}" {{ with .Get "alt" }} alt="{{ . | plainify }}" {{ end }} class="{{ with .Get "position"}}{{ . }}{{ else -}} left {{- end }}" {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }} />
{{ end }}