mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-29 04:51:36 -05:00
Fix markdown rendering on caption of featured image
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<figure>
|
<figure>
|
||||||
{{ partial "embed-resource.html" . }}
|
{{ partial "embed-resource.html" . }}
|
||||||
{{ with .Title }}
|
{{ with .Title }}
|
||||||
<figcaption>{{ . }}</figcaption>
|
<figcaption>{{ . | markdownify }}</figcaption>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user