diff --git a/layouts/partials/comments/include.html b/layouts/partials/comments/include.html index a3d0618..b8c25bc 100644 --- a/layouts/partials/comments/include.html +++ b/layouts/partials/comments/include.html @@ -1,3 +1,5 @@ {{ if .Site.Params.comments.enabled }} - {{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }} + {{ if not .Page.Params.comments.disabled }} + {{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }} + {{ end }} {{ end }} \ No newline at end of file