Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-05-31 21:12:41 +0300
committerVictoria Drake <hello@victoria.dev>2020-05-31 21:12:41 +0300
commit2263cdb0fa5664393f192d872c1d1f6196c6d684 (patch)
treeedb78fbaadf55b1c6bff6e0d8bdf8846dd9cde11 /layouts/_default/baseof.html
parent9b8389c380355f00c6b838bd12b86b972093f9f0 (diff)
Markdownify post titlesv4.1.0
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a366802..e08ad7d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,7 +16,7 @@
<!-- Begin Title -->
<div class="container hero {{ if .Site.Params.fadeIn | default true }} fade-in one {{ end }}">
{{ block "title" . }}
- <h1 class="bold-title is-1">{{ .Title }}</h1>
+ <h1 class="bold-title is-1">{{ .Title | markdownify }}</h1>
{{ end }}
</div>
<!-- End Title -->