diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index ebcf50a..f77c246 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,4 +1,4 @@
Home
{{ range .Site.Menus.main }}
-{{ .Name }}
+| {{ .Name }}
{{ end }}
diff --git a/public/404.html b/public/404.html
index 73200c9..93f97c3 100644
--- a/public/404.html
+++ b/public/404.html
@@ -12,11 +12,11 @@
diff --git a/public/categories/index.html b/public/categories/index.html
index 948e321..18a8a53 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -12,11 +12,11 @@
diff --git a/public/faq/index.html b/public/faq/index.html
index ac0b580..46ad1a9 100644
--- a/public/faq/index.html
+++ b/public/faq/index.html
@@ -12,11 +12,11 @@
diff --git a/public/index.html b/public/index.html
index 28bbf98..91e8bb4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,11 +13,11 @@
diff --git a/public/members/index.html b/public/members/index.html
index 90e6742..d9acd68 100644
--- a/public/members/index.html
+++ b/public/members/index.html
@@ -12,11 +12,11 @@
diff --git a/public/tags/index.html b/public/tags/index.html
index c90e560..8732ad9 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -12,11 +12,11 @@