diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/docs/baseof.html | 4 | ||||
-rw-r--r-- | layouts/posts/baseof.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 1592860..f35a6dc 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/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"> @@ -23,7 +23,7 @@ {{ template "toc" . }} </main> - + {{ partial "docs/inject/body" . }} {{ template "_internal/google_analytics_async.html" . }} </body> 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" . }} |