mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-07 04:27:31 -05:00
9 lines
263 B
HTML
9 lines
263 B
HTML
{{ with .Title }}
|
|
<figure>
|
|
{{ partial "embed-resource.html" ($.Page.Resources.Get $.Destination) }}
|
|
<figcaption>{{ . }}</figcaption>
|
|
</figure>
|
|
{{ else }}
|
|
{{ partial "embed-resource.html" (.Page.Resources.Get .Destination) }}
|
|
{{ end }}
|