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