diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index fd3fa19..d11990f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -34,7 +34,9 @@
{{- if .Site.Menus.main }}
- Links:
+
+ Links:
+
{{- range .Site.Menus.main.ByWeight }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index f7b5f31..78d465b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -15,6 +15,7 @@
{{/* If the front matter parameter is true, show the toc */}}
{{/* Elif the front matter parameter is false, don't show the toc */}}
{{/* Elif the front matter parameter is not set, show the toc if the site parameter is set, non-negative, and less than the word count */}}
+