aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/subsection.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/subsection.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/subsection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/subsection.html b/generators/hugo/themes/tdro/layouts/_default/subsection.html
index ae7d359..8d2cf1c 100644
--- a/generators/hugo/themes/tdro/layouts/_default/subsection.html
+++ b/generators/hugo/themes/tdro/layouts/_default/subsection.html
@@ -4,7 +4,7 @@
<div class="columns is-centered">
<div class="column is-7">
<article class="content document">
- <h1 class="title is-3">{{ .Title }}</h1>
+ <h1 class="title is-3">{{ .Title | markdownify }}</h1>
{{- partial "page-status.html" . -}}
{{- .Content | safeHTML }}
</article>