pipe titles through markdownify for fancy quotes

This commit is contained in:
2020-03-23 10:32:23 -04:00
parent 12bce797d6
commit 51bcf35026
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{{- range . }}
<li>
<div class="date">{{ .Date.Format "Jan 2" }}</div>
<div class="title"><a href="{{ .Permalink }}">{{ .Title }}</a></div>
<div class="title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></div>
</li>
{{- end }}
{{- end }}