diff --git a/_includes/nav.html b/_includes/nav.html
index 0d2e6ef..9d322dc 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -62,7 +62,9 @@
{%- unless node.nav_exclude -%}
{%- if node.has_children -%}
-
+
+
+
{%- endif -%}
{{ node.title }}
{%- if node.has_children -%}
@@ -76,7 +78,9 @@
{%- unless child.nav_exclude -%}
{%- if child.has_children -%}
-
+
+
+
{%- endif -%}
{{ child.title }}
{%- if child.has_children -%}