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

7 lines
130 B
HTML
Raw Normal View History

{{- partial "shortcodes/image.html" (dict
"context" .Page
"url" .Destination
"title" .Title
"alt" .Text
"ordinal" 0
) }}