fix: [blog] get rid of the summary for a single post reported by @miles-davos

This commit is contained in:
Alexandre Dulaunoy 2024-02-01 09:02:16 +01:00
parent fa745b2630
commit 5950b998f6
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -10,9 +10,6 @@
{{ partial "shared/post-meta" . }}
{{ partial "shared/post-categories" . }}
</div>
<div class="lead text-center py-2">
{{ .Summary }}
</div>
<div class="markdown-content py-2">
{{ .Content }}
</div>