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 90c1c4e..ebe68e7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -38,6 +38,17 @@
$('[data-toggle="tooltip"]').tooltip()
})
+
{% if page.datatable == true %}
@@ -61,11 +72,11 @@