diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:54:15 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:54:15 -0300 |
commit | a8c0f3734f184f5149756ad6aa39e29074d20dc2 (patch) | |
tree | f0962792b6c4e3347591e9aa04db8c2bf11af6b7 | |
parent | cba0246af95a47fed581e2239bcd7cede978b826 (diff) | |
download | hugo-bearcub-a8c0f3734f184f5149756ad6aa39e29074d20dc2.tar.gz hugo-bearcub-a8c0f3734f184f5149756ad6aa39e29074d20dc2.tar.bz2 |
New madeWith
-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 08b9428..2b17f2d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -30,7 +30,7 @@ DefaultContentLanguage = "en" weight = 1 [languages.en.params] # You can use markdown here if you want to link somewhere - madeWith = "[Feito de pedra](/posts/sites-de-pedra)" + madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)" [languages.pt] title = "Site Exemplo" languageName = "Português 🇧🇷" @@ -39,7 +39,7 @@ DefaultContentLanguage = "en" weight = 2 [languages.pt.params] # You can use markdown here if you want to link somewhere - madeWith = "[Feito de pedra](/posts/sites-de-pedra)" + madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)" [params] # The "description" of your website. This is used in the meta data of your generated html. |