hugo-theme-relearn/layouts/_default/_markup/render-image.html
2022-11-06 10:03:18 +01:00

6 lines
No EOL
116 B
HTML

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