Merge pull request #205 from halogenica/pr/199

Pr/199
This commit is contained in:
Michael Romero 2018-10-18 00:07:19 -07:00 committed by GitHub
commit dc879213d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -129,3 +129,9 @@ id = "telegram"
url = "https://telegram.me/%s" url = "https://telegram.me/%s"
title = "Telegram" title = "Telegram"
icon = "fa-telegram" icon = "fa-telegram"
[[social_icons]]
id = "500px"
url = "https://500px.com/%s"
title = "500px"
icon = "fa-500px"

View file

@ -63,6 +63,7 @@ pygmentsCodefencesGuessSyntax = true
vk = "username" vk = "username"
paypal = "username" paypal = "username"
telegram = "username" telegram = "username"
500px = "username"
[[menu.main]] [[menu.main]]
name = "Blog" name = "Blog"