www.byjp.me/layouts/shortcodes/figure.gmi
2024-04-29 17:38:46 +01:00

7 lines
No EOL
151 B
Text

{{- $args := dict
"src" (.Get "src")
"caption" (.Get "caption")
"title" (.Get "title")
"alt" (.Get "alt")
-}}
{{- partial "image.gmi" $args -}}