From 030b434c84b497b89126cdcfc0875e182f14e725 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 26 Jul 2022 14:52:50 -0300 Subject: [PATCH] Space is necessary cause my last name is a bit too long --- config.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 76688e1..47b6bbb 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ base_url = "https://blog.juliobiason.me" # Whether to automatically compile all Sass files in the sass directory compile_sass = true -title = "Julio Biason.Me 4.3" +title = "Julio Biason .Me 4.3" description = "Old school dev living in a 2.0 dev world" # theme = "nighttime" @@ -34,7 +34,6 @@ taxonomies = [ {name = "tags", lang = "en"}, {name = "tags", lang = "pt"}, ] -title = "Julio Biason.Me 4.3" description = "Old school dev living in a 2.0 dev world" [markdown] @@ -62,5 +61,4 @@ hyde_links = [ {url = "/tags", name = "Tags (EN)"}, {url = "/pt/tags", name = "Tags (PT)"}, ] -after_dark_title = "Julio Biason.Me 4.3" enable_post_view_navigation = false