aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml b/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml
index 69a4202..41244e0 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml
@@ -10,5 +10,5 @@
<a href="{{ .Get `source` }}">
<img data-image-zoom src="{{ .Get `source` }}" alt="{{ .Get `title` }}" title="{{ .Get `title` }}" width="{{ $image.Width }}" height="{{ $image.Height }}"/>
</a>
- <figcaption class="has-text-centered has-text-grey-dark">{{ .Inner }}</figcaption>
+ <figcaption class="has-text-centered has-text-grey-dark">{{ .Inner | markdownify }}</figcaption>
</figure>