Merge pull request #238 from zhiweiyin318/add-weibo

add weibo to social
This commit is contained in:
Michael Romero 2019-09-04 21:37:57 -07:00 committed by GitHub
commit d7d28f8aa2
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 = "500px"
url = "https://500px.com/%s"
title = "500px"
icon = "fab fa-500px"
[[social_icons]]
id = "weibo"
url = "https://weibo.com/%s"
title = "Weibo"
icon = "fab fa-weibo"

View File

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