www.byjp.me/layouts/shortcodes/image.html
JP Hastings-Spital cfb8a110ce Swap to no theme & /photos
- Dramatic reduction in disk use
- Removal of largest videos, optimisation of jpgs
- Selection colours
2023-08-19 13:08:37 +01:00

3 lines
260 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 }}