mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-05-11 03:05:37 -04:00
remove dependency on JS for menu and theme toggle
This commit is contained in:
parent
706171b42e
commit
ffa3d1aacf
9 changed files with 111 additions and 122 deletions
4
_includes/menu-toggle.html
Normal file
4
_includes/menu-toggle.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<input class="nojs-toggle" id="menu-toggle" type="checkbox" name="menu-toggle">
|
||||
<label {% if site.reverse == true %}id="nav-menu-left"{% else %}id="nav-menu"{% endif %} for="menu-toggle" class="menu-toggle">
|
||||
<div id="menu"></div>
|
||||
</label>
|
Loading…
Add table
Add a link
Reference in a new issue