thrrgilag.net/themes/terminal/layouts/shortcodes/image.html
Morgan McMillian 2e03c0b95e changed themes
2019-09-29 10:31:00 -07:00

4 lines
258 B
HTML

{{ 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 }}