diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 89ba283..c991ca8 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -10,4 +10,4 @@ isoCode = "en" rtl = false description = "My awesome website" dateFormat = "2 January 2006" -author = { name = "Rayyan", image = "img/avatar.png", headline = "This is my very simple profile website with my links", bio = "A little bit about you", links = [ { link = "https://nunocoracao.github.io/blowfish/" }, { github = "https://github.com/nunocoracao/blowfish" } ] } +author = { name = "Rayyan", image = "img/avatar.png", headline = "This is my very simple profile website with my links", bio = "A little bit about you", links = [ { link = "https://nunocoracao.github.io/blowfish/" }, { github = "https://github.com/nunocoracao/blowfish" }, { mail = "mailto:rayyanbc@gmail.com" } ] }