hugo-theme-relearn/layouts/_default/_markup/render-image.html
2023-01-29 11:21:52 +01:00

7 lines
No EOL
130 B
HTML

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