diff options
Diffstat (limited to 'layouts/posts')
-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 ba4b91c..9821118 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -7,7 +7,7 @@ </head> <body> - <input type="checkbox" style="display: none" id="menu-control" /> + <input type="checkbox" id="menu-control" /> <main class="flex container"> <aside class="book-menu fixed"> {{ partial "docs/menu" . }} |