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/blog/list.html
parent9b8389c380355f00c6b838bd12b86b972093f9f0 (diff)
Markdownify post titlesv4.1.0
Diffstat (limited to 'layouts/blog/list.html')
-rw-r--r--layouts/blog/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index 775277b..95085c5 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -9,7 +9,7 @@
<div class="summary">{{ if .Params.date }}{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}{{ end }}
<h3 class="title is-3 strong-post-title">
<a href="{{ .Permalink }}">
- {{ .Title }}
+ {{ .Title | markdownify }}
</a>
</h3>
<div class="markdown">