single view: markdownify summary
The summary is not markdownified, and thus we see the md content on the summary. This fixes that
This commit is contained in:
parent
a741744e32
commit
1ee4c77a5e
@ -14,7 +14,7 @@
|
||||
|
||||
<h1 class="single-title">{{ .Title }}</h1>
|
||||
{{ with .Param "summary" }}
|
||||
<p class="single-summary">{{ . }}</p>
|
||||
<p class="single-summary">{{ . | markdownify }}</p>
|
||||
{{ end }}
|
||||
|
||||
{{/* Reading Time */}}
|
||||
@ -96,4 +96,4 @@
|
||||
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user