hugo-theme-relearn/layouts/_default/_markup/render-image.html
2023-11-26 21:19:24 +01:00

8 lines
No EOL
141 B
HTML

{{- $id := "" }}
{{- partial "shortcodes/image.html" (dict
"page" .Page
"url" .Destination
"title" .Title
"alt" .Text
"id" $id
) }}