aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-17 22:40:33 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-17 22:40:33 +0100
commite2a5d4c97e9eae9c13626196ddeb051064c6cc6f (patch)
tree500d28b68624f5c5e82e15cd135ac6f661e6b3b4
parentb6b157bc9f9445a716692ea599af7f6e4a69c849 (diff)
downloadblog-e2a5d4c97e9eae9c13626196ddeb051064c6cc6f.tar.gz
blog-e2a5d4c97e9eae9c13626196ddeb051064c6cc6f.zip
config: remove trailing /
-rw-r--r--config.toml2
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" },