mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-23 11:24:29 -04:00
pipe titles through markdownify
for fancy quotes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<main id="etc">
|
||||
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
||||
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
|
||||
|
||||
<div id="content">
|
||||
{{ .Content }}
|
||||
|
Reference in New Issue
Block a user