mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
7 lines
No EOL
151 B
Text
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 -}} |