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:
Frank Villaro-Dixon 2024-10-10 13:57:36 +02:00 committed by GitHub
parent a741744e32
commit 1ee4c77a5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}