From fc8a0613b6d55d74b893d8add7516f7463e2d123 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 13:30:22 -0300 Subject: [PATCH] Display the quotes section in the header --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 495eff9..4433e0f 100644 --- a/config.toml +++ b/config.toml @@ -46,6 +46,7 @@ menu_items = [ {url = "$BASE_URL/announcements/about-me", name = "About Me"}, {url = "$BASE_URL/tags", name = "Tags (EN)"}, {url = "$BASE_URL/pt/tags", name = "Tags (PT)"}, + {url = "$BASE_URL/quotes", name = "Quotes"}, ] after_dark_title = "JulioBiason.Net 4.1" enable_post_view_navigation = false