From 2bafd1f515129d782c904791f8d694bcebc8a61c Mon Sep 17 00:00:00 2001 From: Tom Teichler Date: Tue, 28 May 2019 23:24:10 +0200 Subject: [PATCH] Add possibility to use bootstrap4. --- menu/templates/bootstrap4-navbar-submenu.html | 13 +++++++++++ menu/templates/bootstrap4-navbar.html | 22 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 menu/templates/bootstrap4-navbar-submenu.html create mode 100644 menu/templates/bootstrap4-navbar.html diff --git a/menu/templates/bootstrap4-navbar-submenu.html b/menu/templates/bootstrap4-navbar-submenu.html new file mode 100644 index 0000000..dace833 --- /dev/null +++ b/menu/templates/bootstrap4-navbar-submenu.html @@ -0,0 +1,13 @@ + diff --git a/menu/templates/bootstrap4-navbar.html b/menu/templates/bootstrap4-navbar.html new file mode 100644 index 0000000..a6cb713 --- /dev/null +++ b/menu/templates/bootstrap4-navbar.html @@ -0,0 +1,22 @@ +{% for item in menu %} + {% if item.visible %} + {% if item.separator %} +
  • + {% endif %} + + + {% endif %} +{% endfor %}