Files
bobatheme/layouts/_partials/feature-figure.html
2025-07-06 19:44:46 -05:00

11 lines
272 B
HTML

{{ with .Resources.Get "feature" }}
<div class="post-media">
<figure>
{{ partial "embed-resource.html" . }}
{{ with .Title }}
<figcaption>{{ . }}</figcaption>
{{ end }}
</figure>
</div>
{{ end }}