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

1 line
123 B
HTML
Raw Normal View History

{{ partial "image.html" (dict "src" (.Destination | safeURL) "alt" .PlainText "caption" .Title "page" .Page "lazy" true) }}