mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-07 04:27:31 -05:00
11 lines
272 B
HTML
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 }}
|