diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b215c45..3ff2dee 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -72,8 +72,10 @@ {{ end }} -
- {{- partial "comments.html" . -}} -
+ {{ if .Params.comments }} +
+ {{- partial "comments.html" . -}} +
+ {{ end }} {{ end }}