| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-22 07:15:30 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-22 07:15:30 +0100 |
| commit | 8f109ab74adec477634c42f1d7f3c4c790746a70 (patch) | |
| tree | 8643226133557d5060233ce32d2fd3e708fae9d7 | |
| parent | 597ea6382389861cc16f494c474af8b40e3c392a (diff) | |
Removes the "Home" menu.
| -rw-r--r-- | config.toml | 1 | ||||
| -rw-r--r-- | content/_index.md | 1 | ||||
| -rw-r--r-- | layouts/partials/logo.html | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/config.toml b/config.toml index d34f32f..28be6a3 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,7 @@ theme = "hugo-theme-learn" disableShortcutsTitle=true disableInlineCopyToClipBoard=true themeVariant = "glauque" + disableLandingPageButton = true # For search functionality [outputs] diff --git a/content/_index.md b/content/_index.md index a082ffa..369c24c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,6 @@ --- title: "Main" +hidden: true --- # Welcome to Tonkadur's website Tonkadur is a tool to create interactive narratives. diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index c257fa2..7a7d54d 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -1 +1 @@ -<img src="/svg/tonkadur_logo_white_as_path.svg" /> +<a href="/"><img src="/svg/tonkadur_logo_white_as_path.svg" /></a> |


