-
- {{ .Content }}
- {{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
- {{ if .Site.DisqusShortname }}
-
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 970b5fa..70595ea 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -1,31 +1,29 @@
-
- {{ template "_internal/disqus.html" . }}
-
- {{ end }}
+
+
+ {{ .Content }}
+ {{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
+ {{ if .Site.DisqusShortname }}
+
+ {{ end }}
+ {{ template "_internal/disqus.html" . }}
+
{{ end }}
-
-
-
-
- {{ .Content }}
-
+
+
+
+ {{ .Content }}
+
-
-
- {{ if .PrevInSection }}
-
- - ← Previous Post - - {{ end }} - {{ if .NextInSection }} -
- - Next Post → - - {{ end }} -
- {{ template "_internal/disqus.html" . }}
-
- {{ end }}
+ -
+ {{ if .PrevInSection }}
+
- + ← Previous Post + {{ end }} + {{ if .NextInSection }} +
- + Next Post → + + {{ end }} +
+ {{ template "_internal/disqus.html" . }}
+
+ {{ end }}
+ {{ end }}
-