diff options
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index dce350b..343a57c 100644 --- a/config.toml +++ b/config.toml @@ -34,7 +34,7 @@ hyde_links = [ author = "Johannes Stoelp" after_dark_menu = [ - { url = "$BASE_URL/", name = "Posts" }, + { url = "$BASE_URL", name = "Posts" }, { url = "$BASE_URL/tags", name = "Tags" }, { url = "https://github.com/johannst", name = "GitHub" }, { url = "https://twitter.com/xjohannst", name = "Twitter" }, |