This commit is contained in:
2025-07-06 19:44:46 -05:00
parent 1f82ad4f0b
commit 8fafc843ef
12 changed files with 55 additions and 95 deletions

View File

@ -0,0 +1,8 @@
{{ with .Title }}
<figure>
{{ partial "embed-resource.html" ($.Page.Resources.Get $.Destination) }}
<figcaption>{{ . }}</figcaption>
</figure>
{{ else }}
{{ partial "embed-resource.html" (.Page.Resources.Get .Destination) }}
{{ end }}