Rename analytics, comments disabled to disable

This commit is contained in:
Will Faught
2023-04-08 14:46:58 -07:00
parent 531192e7c1
commit be10f780ca
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ if $page.Param "paige.comments.disabled" | not }}
{{ if $page.Param "paige.comments.disable" | not }}
{{ template "_internal/disqus.html" $page }}
{{ partial "paige/comments/cactus.html" $page }}
{{ partial "paige/comments/commento.html" $page }}