diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4eda128..346e430 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -60,7 +60,9 @@ {{ end }} {{ end }} - - {{ partial "comments.html" . }} + + {{ if eq .Type $.Site.Params.contentTypeName }} + {{ partial "comments.html" . }} + {{ end }} {{ end }}