From a8c0f3734f184f5149756ad6aa39e29074d20dc2 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:54:15 -0300 Subject: [PATCH] New madeWith --- exampleSite/config.toml | 4 ++-- 1 file 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.