From 587c5a271b4dfab72dc72599e5e65bba233a3d16 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 13 Jan 2022 12:57:40 -0300 Subject: [PATCH] Fixed the links in the sidebar --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index c0a94f6..961705d 100644 --- a/config.toml +++ b/config.toml @@ -50,10 +50,10 @@ menu_items = [ {url = "$BASE_URL/research", name = "Research Notes"}, ] hyde_links = [ - {url = "$BASE_URL", name = "English"}, - {url = "$BASE_URL/pt", name = "Português"}, - {url = "$BASE_URL/tags", name = "Tags (EN)"}, - {url = "$BASE_URL/pt/tags", name = "Tags (PT)"}, + {url = "/", name = "English"}, + {url = "/pt", name = "Português"}, + {url = "/tags", name = "Tags (EN)"}, + {url = "/pt/tags", name = "Tags (PT)"}, ] after_dark_title = "JulioBiason.Net 4.1" enable_post_view_navigation = false