This commit is contained in:
2026-02-28 16:59:39 +00:00
parent 6d786905ec
commit dd45933223
16 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{{ 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 }}