Merge pull request #238 from zhiweiyin318/add-weibo
add weibo to social
This commit is contained in:
commit
d7d28f8aa2
2 changed files with 7 additions and 0 deletions
|
@ -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"
|
|
@ -66,6 +66,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
paypal = "username"
|
||||
telegram = "username"
|
||||
500px = "username"
|
||||
weibo = "username"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue