aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/single.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index b0917f3..572b90a 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -4,7 +4,7 @@
<div class="columns is-centered">
<div class="column is-7">
<article class="content document">
- <h1 class="title is-2 serif">{{ .Title }}</h1>
+ <h1 class="title is-2 serif">{{ .Title | markdownify }}</h1>
{{ if .Params.toc }}
<div class="tableofcontents marginnote rightnote is-inline">
<div class="is-size-6 is-uppercase has-text-weight-bold has-spacing-widest has-margin-bottom-sm">Table of Contents</div>