diff --git a/_includes/topnav.html b/_includes/topnav.html
index 8748605..aa5f072 100644
--- a/_includes/topnav.html
+++ b/_includes/topnav.html
@@ -12,6 +12,8 @@
+
+ - Nav
{% for entry in site.data.topnav.topnav %}
{% for item in entry.items %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 5c62251..80ffc2b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -38,7 +38,17 @@
$('[data-toggle="tooltip"]').tooltip()
})
-
+
{% if page.datatable == true %}
@@ -69,11 +79,11 @@