From e2a5d4c97e9eae9c13626196ddeb051064c6cc6f Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 17 Dec 2022 22:40:33 +0100 Subject: config: remove trailing / --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3