diff options
author | tyler71 <4926565+tyler71@users.noreply.github.com> | 2020-01-13 08:44:24 -0800 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-13 17:44:24 +0100 |
commit | e037b7c70f3800a2cd38715ca31cd4cdca71c96e (patch) | |
tree | 26c10b149fbb929272338ae3d4e9a2b3b6b8f469 /layouts/_default | |
parent | d6290dcf509c84a38df667813ad3acdcf58c09f5 (diff) |
mobile toc menu (#121)
* Implement TOC for mobile
* Uses Page title as label
* Label entries so that tapping TOC will hide menu
* Switch to medium breakpoint
* Correct tos -> toc
* toc-menu-control -> toc-control
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 38630a7..0d28f76 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,6 +7,7 @@ </head> <body> + <input type="checkbox" class="hidden" id="toc-control" /> <input type="checkbox" class="hidden" id="menu-control" /> <main class="flex container"> |