fixed post-content logic in index.html

This commit is contained in:
Alberto Lanfranco
2021-11-10 09:12:44 +01:00
committed by GitHub
parent 1eb3288a62
commit 14414168d7

View File

@ -48,9 +48,7 @@
{{ else if .Description }}
{{ .Description | markdownify }}
{{ else }}
{{ if .Truncated }}
{{ .Summary }}
{{ end }}
{{ .Summary | markdownify }}
{{ end }}
</div>