Merge pull request #31 from Frankkkkk/patch-1

single view: markdownify summary
This commit is contained in:
Francesco Tomaselli 2024-10-10 19:44:36 +02:00 committed by GitHub
commit f976500514
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 */}}