diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 00:06:07 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 00:06:07 -0300 |
commit | d796205bf80157a95fe92cb2a4d11b785fd6359f (patch) | |
tree | 801226dd4d375da3d98e91f0b7b6329166fe8910 /exampleSite/config.toml | |
parent | f991890cc202aac9d00578c9fa3d6004e9f9ece0 (diff) | |
parent | cfb20f68513fda3a72f49c43da6fa84190855d25 (diff) | |
download | hugo-bearcub-d796205bf80157a95fe92cb2a4d11b785fd6359f.tar.gz hugo-bearcub-d796205bf80157a95fe92cb2a4d11b785fd6359f.tar.bz2 |
Merge origin/main into style/herman
Diffstat (limited to 'exampleSite/config.toml')
-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] |