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) }}