layouts page, search results, top menu

This commit is contained in:
codecalm
2020-01-07 21:44:43 +01:00
parent 8355d7f5e0
commit 446ef17b2c
29 changed files with 462 additions and 282 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
<header class="topnav topbar">
<div class="navbar navbar-expand-lg {% if include.dark %}navbar-dark{% else %}navbar-light{% endif %}">
<div class="container{% if include.fluid %}-fluid{% endif %}">
{% include layout/menu.html top=true %}
<div class="navbar navbar-expand-lg {% if include.dark %}navbar-dark{% else %}navbar-light{% endif %}">
<div class="container{% if include.fluid %}-fluid{% endif %}">
{% include layout/menu.html top=true %}
{% include layout/navbar-search.html %}
</div>
</div>
{% include layout/navbar-search.html %}
</div>
</div>
</header>