Merge pull request #78 from oshliaer/social_vk_and_paypal

Add social icons VK and PayPal
This commit is contained in:
Michael Romero 2017-07-12 23:48:50 -07:00 committed by GitHub
commit a9564d13d1
2 changed files with 14 additions and 0 deletions

View File

@ -106,6 +106,18 @@ url = "https://keybase.io/%s"
title = "Keybase"
icon = "fa-key"
[[social_icons]]
id = "vk"
url = "https://vk.com/%s"
title = "VK"
icon = "fa-vk"
[[social_icons]]
id = "paypal"
url = "https://paypal.me/%s"
title = "PayPal"
icon = "fa-paypal"
[[social_icons]]
id = "telegram"
url = "https://telegram.me/%s"

View File

@ -48,6 +48,8 @@ pygmentCodeFences = true
spotify = "username"
bandcamp = "username"
itchio = "username"
vk = "username"
paypal = "username"
telegram = "username"
[[menu.main]]