diff --git a/src/layouts/_default/baseof.html b/src/layouts/_default/baseof.html
index 43f338ab2..83334389f 100644
--- a/src/layouts/_default/baseof.html
+++ b/src/layouts/_default/baseof.html
@@ -12,10 +12,10 @@
-
+
{{ block "main" . }}
{{ end }}
-
+
diff --git a/src/layouts/_default/home.html b/src/layouts/_default/home.html
index 2fd72160f..6db3ce1da 100644
--- a/src/layouts/_default/home.html
+++ b/src/layouts/_default/home.html
@@ -6,7 +6,7 @@
{{- /* Don't lazyload the first asset in each page (video, banner etc) */ -}}
{{- $lazyload := cond (eq $i 0) false true -}}
-
+
@@ -22,7 +22,7 @@
{{- end }}
{{ .Content }}
-
+
{{- end }}
diff --git a/src/layouts/posts/single.html b/src/layouts/posts/single.html
index a81cd5fc0..554e52a92 100644
--- a/src/layouts/posts/single.html
+++ b/src/layouts/posts/single.html
@@ -1,6 +1,6 @@
{{ define "main" }}
-
+
{{ .Page.Title }}
{{ partial "author-info" (dict "context" .) -}}
@@ -13,7 +13,7 @@ {{ .Page.Title }}
{{- end -}}
{{ .Content }}
-
+
Related posts