mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 02:21:37 +01:00
post-single: added comments page override
This commit is contained in:
parent
c048c1a841
commit
9f7e454ae6
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user