diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 419edb2..42f6089 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,21 +6,23 @@
{{ .Content }}
-
+ {{ if ne .Type "page" }}
+
+ {{ end }}
- {{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
+ {{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (and .Site.Params.comments (ne .Type "page"))) }}
{{ if .Site.DisqusShortname }}