This commit is contained in:
Tiago Carrondo 2020-06-11 15:59:48 +01:00
parent 65ddba852e
commit 25dcc547a4
1 changed files with 2 additions and 2 deletions

View File

@ -112,11 +112,11 @@ address = {street = "Rua Mouzinho Silveira, 234", city = "Porto", region = "Port
# Contact links
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
contact_links = [
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/ansol"},
{icon = "twitter", icon_pack = "fab", name = "Twitter", link = "https://twitter.com/ansol"},
# {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
# {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
# {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
{icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@ansolgeral"},
{icon = "telegram", icon_pack = "fab", name = "Telegram", link = "https://t.me/ansolgeral"},
]
############################