diff options
Diffstat (limited to 'layouts/posts/baseof.html')
-rw-r--r-- | layouts/posts/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index 9821118..8d8c30a 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -7,7 +7,7 @@ </head> <body> - <input type="checkbox" id="menu-control" /> + <input type="checkbox" class="hidden" id="menu-control" /> <main class="flex container"> <aside class="book-menu fixed"> {{ partial "docs/menu" . }} |