diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 66252d2f..2b196141 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -65,4 +65,5 @@ title = "Blowfish" # { whatsapp = "https://wa.me/phone-number" }, # { youtube = "https://youtube.com/username" }, # { ko-fi = "https://ko-fi.com/username" }, +# { codeberg = "https://codeberg.org/username"}, # ] diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index f240f493..42d096de 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -115,3 +115,4 @@ The full list of built-in icons and their corresponding names can referenced bel | xing | {{< icon xing >}} | | xmark | {{< icon xmark >}} | | youtube | {{< icon youtube >}} | +| codeberg | {{< icon codeberg >}} |