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 }} {{- end }}
</footer> </footer>
{{- if $.Site.Params.comments }} {{- if and ($.Site.Params.comments) (ne .Params.comments false) }}
{{- partial "comments.html" . }} {{- partial "comments.html" . }}
{{- end }} {{- end }}
</article> </article>