diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index fda5daa..75a6ccb 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,22 +4,16 @@
*/}}
-
-
-{{ partial "header.html" . }}
-
-
+{{ define "main" }}
-
-{{ partial "brand.html" . }}
-{{ partial "content.header.html" . }}
-{{ partial "toc.html" . }}
-
-
- {{ partial "disqus.html" . }}
- {{ partial "footer.html" . }}
-
-
+
+ {{ partial "brand.html" . }}
+ {{ partial "content.header.html" . }}
+ {{ partial "toc.html" . }}
+
+
+ {{ partial "footer.html" . }}
+
+
-
-
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/body.includes.html b/layouts/partials/body.includes.html
deleted file mode 100644
index 026abba..0000000
--- a/layouts/partials/body.includes.html
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
deleted file mode 100644
index e69de29..0000000
diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html
deleted file mode 100644
index 64a4a3b..0000000
--- a/layouts/partials/disqus.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{ if .Params.comments }}
-
-
-
- comments powered by
-{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1c1b3ee..cedeb7f 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -25,4 +25,3 @@
-{{ partial "body.includes.html" . }}
diff --git a/layouts/partials/header.includes.html b/layouts/partials/header.includes.html
index c0a2025..5059dde 100644
--- a/layouts/partials/header.includes.html
+++ b/layouts/partials/header.includes.html
@@ -3,8 +3,6 @@
{{ partial "math.html" . }}
{{ end }}
-
-