Browse Source

Fixed the links in the sidebar

master
Julio Biason 3 years ago
parent
commit
587c5a271b
  1. 8
      config.toml

8
config.toml

@ -50,10 +50,10 @@ menu_items = [
{url = "$BASE_URL/research", name = "Research Notes"}, {url = "$BASE_URL/research", name = "Research Notes"},
] ]
hyde_links = [ hyde_links = [
{url = "$BASE_URL", name = "English"}, {url = "/", name = "English"},
{url = "$BASE_URL/pt", name = "Português"}, {url = "/pt", name = "Português"},
{url = "$BASE_URL/tags", name = "Tags (EN)"}, {url = "/tags", name = "Tags (EN)"},
{url = "$BASE_URL/pt/tags", name = "Tags (PT)"}, {url = "/pt/tags", name = "Tags (PT)"},
] ]
after_dark_title = "JulioBiason.Net 4.1" after_dark_title = "JulioBiason.Net 4.1"
enable_post_view_navigation = false enable_post_view_navigation = false

Loading…
Cancel
Save