aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes/video.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes/video.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/video.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/video.html b/generators/hugo/themes/tdro/layouts/shortcodes/video.html
index ea88034..47d0c46 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/video.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/video.html
@@ -3,5 +3,5 @@
<source src="{{ .Get `source` }}" type="video/mp4">
Your browser does not support the video tag.
</video>
- <footer class="has-text-centered has-text-grey-dark">{{ .Inner }}</footer>
+ <footer class="has-text-centered has-text-grey-dark">{{ .Inner | markdownify }}</footer>
</div>