mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-04-11 00:52:28 +00:00
8 lines
329 B
HTML
8 lines
329 B
HTML
{{ $hook_ctx := . }}
|
|
{{ with .Page.Resources.Get .Destination | resources.Copy (replaceRE "([^/]*)$" "_$1" (path.Join .Page.Path .Destination)) | fingerprint }}
|
|
<figure>
|
|
<a href="{{ .RelPermalink }}"><img src="{{ .RelPermalink }}"></a>
|
|
{{- with $hook_ctx.Text }}<figcaption>{{ . }}</figcaption>{{ end -}}
|
|
</figure>
|
|
{{ end }}
|