From 6c54b1645bd4aa960a49798e4e19defd7957689d Mon Sep 17 00:00:00 2001 From: fbievan Date: Wed, 8 Mar 2023 18:32:56 -0600 Subject: [PATCH] Fix title --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ba9f129..821a75e 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ baseURL = 'https://fbievan.live/' +title = "Fbi's Epic Blog" languageCode = "en" defaultContentLanguage = "en" @@ -7,7 +8,6 @@ theme = "hugo-ficurinia" author = "fbievan" description = "My Epic Blog Site" - posts = "posts" showPostsLink = true extraContentDirs = [] # other content directories to render similarly to the home page showcaseDir = "showcase" # create a content directory that shows a special showcase section in the home page