yrzam-hugo-theme/layouts/_default/_markup/render-image.html
2024-12-07 16:06:52 +00:00

7 lines
300 B
HTML

{{ with .Page.Resources.Get .Destination | resources.Copy (replaceRE "([^/]*)$" "_$1" (path.Join .Page.Path .Destination)) | fingerprint }}
<figure>
<a href="{{ .RelPermalink }}"><img src="{{ .RelPermalink }}"></a>
{{- with $.Text }}<figcaption>{{ . }}</figcaption>{{ end -}}
</figure>
{{ end }}