Fix markdown rendering on caption of featured image

This commit is contained in:
2025-07-27 01:43:59 -05:00
parent 2fa53d1f2c
commit d6cb2c12c8

View File

@@ -3,7 +3,7 @@
<figure>
{{ partial "embed-resource.html" . }}
{{ with .Title }}
<figcaption>{{ . }}</figcaption>
<figcaption>{{ . | markdownify }}</figcaption>
{{ end }}
</figure>
</div>