From 8e3958bd098cbe2efaec6ef15f2d419352c584be Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 24 Feb 2020 22:11:13 +0100 Subject: [PATCH] remove menu button from error page --- CHANGELOG.md | 7 +------ README.md | 5 ++--- layouts/404.html | 2 +- layouts/_default/baseof.html | 2 +- layouts/partials/site-header.html | 8 +++++--- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2290cf..862a1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,2 @@ -* FEATURE - * add `toc-tree` shortcode to generate toc from filetree * BUGFIX - * fix wrong `geekdocToC` level handling -* DOCUMENTATION - * add missing `toc` shortcode documentation - * add new `toc-tree` documentation and demo + * remove mobile menu button on error page diff --git a/README.md b/README.md index 5c334df..d03593b 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,10 @@ Geekdoc is a simple Hugo theme for documentations. This work is inspired and par ![Screenshot Desktop](local_media/desktop.png) - -### License +## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -### Maintainers and Contributors +## Maintainers and Contributors [Robert Kaussow](https://github.com/xoxys) diff --git a/layouts/404.html b/layouts/404.html index 1781922..02cdc53 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -9,7 +9,7 @@ {{ partial "svg-icon-symbols" . }}
- {{ partial "site-header" . }} + {{ partial "site-header" (dict "Root" . "MenuEnabled" false) }}
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0911e72..caa456d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,7 +10,7 @@
- {{ partial "site-header" . }} + {{ partial "site-header" (dict "Root" . "MenuEnabled" true) }}