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 5edbb3335a
commit 3dbee5b30d

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