mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-09-03 02:28:34 +02:00
post-single: added comments page override
This commit is contained in:

committed by
Aditya Telange

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>
|
||||
|
Reference in New Issue
Block a user