diff --git a/layouts/post/list.html b/layouts/post/list.html index 288663e..5ca1739 100644 --- a/layouts/post/list.html +++ b/layouts/post/list.html @@ -3,7 +3,7 @@
-
+
{{ $paginator := .Paginate (where .Data.Pages "Type" "post") }}{{ range $paginator.Pages }}
diff --git a/layouts/post/single.html b/layouts/post/single.html index b21ca68..4172c88 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -3,7 +3,7 @@
-
+

@@ -23,14 +23,16 @@

{{ .Content }} + + {{ if .Site.DisqusShortname }} +
+
+ {{ partial "disqus.html" . }} +
+
+ {{ end }}
- - {{ if .Site.DisqusShortname }} -
- {{ partial "disqus.html" . }} -
- {{ end }}