mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:05:32 -04:00
pipe titles through markdownify
for fancy quotes
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<h1 class="title">{{ .Title }}</h1>
|
||||
<h1 class="title">{{ .Title | markdownify }}</h1>
|
||||
<p class="meta">
|
||||
by <a class="author" href="{{ .Site.BaseURL }}" rel="me author">{{ .Site.Author.name }}</a>
|
||||
on <a class="date" href="{{ (.OutputFormats.Get "html").Permalink }}">{{ .Date.Format "January 2, 2006" }}</a>
|
||||
|
Reference in New Issue
Block a user