Fixed display of post excerpts

Missing p tag
This commit is contained in:
Marcel Kapfer 2022-03-06 16:30:06 +01:00
parent 6f5774a476
commit 6c9ebed829
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,11 @@
{{ end }}
</div>
</p>
{{ .Summary }}
<p>
{{ .Summary }}
</p>
{{- if .Truncated -}}
<p><a href="{{.Permalink}}">Read more</a></p>
<p><a href="{{.Permalink}}">Read more</a></p>
{{- end -}}