mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-21 18:11:37 +01:00
post-single: added comments page override
This commit is contained in:
parent
c048c1a841
commit
9f7e454ae6
@ -58,7 +58,7 @@
|
||||
{{- end }}
|
||||
</footer>
|
||||
|
||||
{{- if $.Site.Params.comments }}
|
||||
{{- if and ($.Site.Params.comments) (ne .Params.comments false) }}
|
||||
{{- partial "comments.html" . }}
|
||||
{{- end }}
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user