aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index e7040fe..ab2628c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -48,11 +48,11 @@
</head>
<body>
{# The site/side menu #}
- <div id="openSideBanner">
- <a id="hamburgerMenu" href="#sideBanner"><img src="{{ SITEURL }}/theme/images/hamburger.svg" alt="Show menu button"></a>
- </div>
<div role="banner" id="sideBanner">
- <a id="hideMenu" href="#"><img src="{{ SITEURL }}/theme/images/hamburger.svg" alt="Hide menu button"></a>
+ <input id="sideMenuToggle" type="checkbox">
+ <label class="sideMenuBtn" for="sideMenuToggle">
+ <span></span>
+ </label>
<header>
{% if LOGO %}
<div id="mainLogo">