mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-08-02 11:36:12 -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,15 +4,13 @@
|
|||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
{% include theme-switcher.html %}
|
||||
|
||||
<div id="wrap">
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include menu-toggle.html %}
|
||||
{% include menu.html %}
|
||||
|
||||
<!-- Icon menu -->
|
||||
<a {% if site.reverse == true %}id="nav-menu-left"{% else %}id="nav-menu"{% endif %}>
|
||||
<div id="menu"></div>
|
||||
</a>
|
||||
|
||||
<!-- Header -->
|
||||
{% if site.custom_header == true %}
|
||||
|
|
|
@ -4,16 +4,14 @@
|
|||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
{% include theme-switcher.html %}
|
||||
|
||||
<div id="wrap">
|
||||
<div id="periodical">
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include menu-toggle.html %}
|
||||
{% include menu.html %}
|
||||
|
||||
<!-- Icon menu -->
|
||||
<a {% if site.reverse == true %}id="nav-menu-left"{% else %}id="nav-menu"{% endif %}>
|
||||
<div id="menu"></div>
|
||||
</a>
|
||||
|
||||
<!-- Header -->
|
||||
{% if site.custom_header == true %}
|
||||
|
|
|
@ -4,17 +4,15 @@
|
|||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
{% include theme-switcher.html %}
|
||||
|
||||
<div id="wrap">
|
||||
<div id="weekly">
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include menu-toggle.html %}
|
||||
{% include menu.html %}
|
||||
|
||||
<!-- Icon menu -->
|
||||
<a {% if site.reverse == true %}id="nav-menu-left"{% else %}id="nav-menu"{% endif %}>
|
||||
<div id="menu"></div>
|
||||
</a>
|
||||
|
||||
<!-- Header -->
|
||||
{% if site.custom_header == true %}
|
||||
{% include header-custom.html %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue