post-single: added comments page override

This commit is contained in:
Philip Gisella 2020-10-01 14:22:22 +02:00
parent daef09a904
commit 0867691c31

View File

@ -58,7 +58,7 @@
{{- end }}
</footer>
{{- if $.Site.Params.comments }}
{{- if and ($.Site.Params.comments) (ne .Params.comments false) }}
{{- partial "comments.html" . }}
{{- end }}
</article>