diff --git a/docs/code/classes/Brisko-Theme.html b/docs/code/classes/Brisko-Theme.html
index d251999e..77dfb00e 100644
--- a/docs/code/classes/Brisko-Theme.html
+++ b/docs/code/classes/Brisko-Theme.html
@@ -152,7 +152,7 @@
VERSION
- = '6.0.1'
+ = '6.1.1'
Define Theme Version.
@@ -276,7 +276,7 @@
public
mixed
VERSION
- = '6.0.1'
+ = '6.1.1'
diff --git a/template-parts/nav.php b/template-parts/nav.php
index 96f40e9d..288b9a5c 100644
--- a/template-parts/nav.php
+++ b/template-parts/nav.php
@@ -3,18 +3,27 @@
* Template part for displaying Navigation menu.
*/
-$navigation = new Brisko\Nav();
+if ( get_theme_mod( 'use_bootstrap_navbar' ) ) {
+ $navigation = new Brisko\Nav();
-?>
-
-
-
-
+