mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:25:30 -04:00
pipe titles through markdownify
for fancy quotes
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user