aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:54:15 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:54:15 -0300
commita8c0f3734f184f5149756ad6aa39e29074d20dc2 (patch)
treef0962792b6c4e3347591e9aa04db8c2bf11af6b7
parentcba0246af95a47fed581e2239bcd7cede978b826 (diff)
downloadhugo-bearcub-a8c0f3734f184f5149756ad6aa39e29074d20dc2.tar.gz
hugo-bearcub-a8c0f3734f184f5149756ad6aa39e29074d20dc2.tar.bz2
New madeWith
-rw-r--r--exampleSite/config.toml4
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.