Added: burger menu for mobile views
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 14s
Build Zola Website / build (pull_request) Successful in 21s

This commit is contained in:
2024-12-15 08:09:10 +01:00
parent 01c994aa13
commit c827757fb8
4 changed files with 62 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/home.css">
<script defer src="https://analytics.fofrweb.com/script.js" data-website-id="2b326fdd-6c87-4627-b1f1-d0afb40aeef6"></script>
<script defer src="/js/mobile-navbar.js"></script>
{% block styles %}
{% endblock styles %}
</head>
@@ -43,6 +44,7 @@
>{{ item.name }}</a>
{% endfor %}
</div>
<div class="hamburger"></div>
</nav>
</header>