diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 5dca863..38f3b57 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -25,8 +25,8 @@
{{ if gt .Site.Params.readNextPosts 0 }}
{{ $related := .Site.RegularPages.Related . | first .Site.Params.readNextPosts }}
{{ with $related }}
-
{{ i18n "readNext" }}
-
+ {{ i18n "readNext" }}
+
{{ range . }}
- {{ .Title }}
{{ end }}
diff --git a/layouts/partials/site-title.html b/layouts/partials/site-title.html
index 086008f..6ed0d70 100644
--- a/layouts/partials/site-title.html
+++ b/layouts/partials/site-title.html
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html
index 1b4ad79..8265022 100644
--- a/layouts/partials/toc.html
+++ b/layouts/partials/toc.html
@@ -1,5 +1,5 @@
{{ $toc := and ($.Site.Params.toc) (ge .WordCount $.Site.Params.tocWordCount) }} {{ if isset .Params "toc" }} {{ $toc = .Params.toc }} {{ end }} {{ if $toc }}
-
+
Table of Contents
{{ .TableOfContents }}