hugo-theme-relearn/layouts/_default/_markup/render-image.html
2024-03-10 14:40:23 +01:00

9 lines
No EOL
168 B
HTML

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