Browse Source

Fixed the links in the sidebar

master
Julio Biason 2 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"},
]
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

Loading…
Cancel
Save