diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 20:56:09 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 20:56:09 -0300 |
commit | dc1d2cf057cbdddbbc0d61e5959672f6fe63038f (patch) | |
tree | 1fbb121786ff9f03b5c9c33c2fc79855dc65c576 /exampleSite | |
parent | 211cc8aad3f32ea8f3262368089f2bd3850d15c9 (diff) | |
download | hugo-bearcub-dc1d2cf057cbdddbbc0d61e5959672f6fe63038f.tar.gz hugo-bearcub-dc1d2cf057cbdddbbc0d61e5959672f6fe63038f.tar.bz2 |
Fix #2
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cecd754..3b68b53 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,7 +33,7 @@ enableRobotsTXT = true LanguageCode = "en-US" contentDir = "content" [languages.en.params] - blogPath = "/blog" # Path to your blog section (used by RSS) + blogPath = "blog" # Path to your blog section (used by RSS) madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)" [languages.pt] title = "Bear Cub" @@ -41,7 +41,7 @@ enableRobotsTXT = true LanguageCode = "pt-BR" contentDir = "content.pt" [languages.pt.params] - blogPath = "/pt/blog" # Path to your blog section (used by RSS) + blogPath = "blog" # Path to your blog section (used by RSS) madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)" [params] |