diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index a3b54ef..925d161 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,8 @@ <div class="shell"> <header class="topbar"> <a class="brand" href="/">Lumière</a> - <nav class="nav-actions" aria-label="Primary"> + <button id="menu-toggle" class="menu-toggle" aria-label="Menu" aria-expanded="false"></button> + <nav class="nav-actions" id="nav-actions" aria-label="Primary"> <a class="{% if active_shelf == 'diary' %}is-active{% endif %}" href="/diary">Diary</a> <a class="{% if active_shelf == 'queue' %}is-active{% endif %}" href="/queue">Queue</a> <a class="{% if active_shelf == 'abandoned' %}is-active{% endif %}" href="/abandoned">Abandoned</a> |
