summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml1
-rw-r--r--content/_index.md1
-rw-r--r--layouts/partials/logo.html2
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>