- {{ with .Paginator.Pages }}
- {{ range . }}
-
- {{ .Render "summary" }}
-
- {{ end }}
- {{ else }}
-
- {{ i18n "no_posts" }}
-
+ {{ with .Content }}
+ {{ . }}
{{ end }}
-
+
+
+ {{ with .Paginator.Pages }}
+ {{ range . }}
+
+ {{ .Render "summary" }}
+
+ {{ end }}
+ {{ else }}
+
+ {{ i18n "no_posts" }}
+
+ {{ end }}
+
+
{{ end }}
diff --git a/layouts/baseof.html b/layouts/baseof.html
index 14094d8..8ce4506 100644
--- a/layouts/baseof.html
+++ b/layouts/baseof.html
@@ -20,9 +20,7 @@
{{ end }}
- {{ block "post-body" . }}
- {{/* currently this is only used for related posts */}}
- {{ end }}
+ {{ block "post-body" . }}{{ end }}
{{ if or .Site.Copyright .Site.Params.footer }}