hugo-theme-relearn/layouts/_default/_markup/render-image.html

8 lines
141 B
HTML
Raw Normal View History

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