Merge pull request #306 from eigenfunk/social_icon_slack
social_icons slack.com
This commit is contained in:
commit
2dc99d84a6
2 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,12 @@ url = "https://twitter.com/%s"
|
|||
title = "Twitter"
|
||||
icon = "fab fa-twitter"
|
||||
|
||||
[[social_icons]]
|
||||
id = "slack"
|
||||
url = "https://%s.slack.com/"
|
||||
title = "Slack"
|
||||
icon = "fab fa-slack"
|
||||
|
||||
[[social_icons]]
|
||||
id = "reddit"
|
||||
url = "https://reddit.com/u/%s"
|
||||
|
|
|
@ -69,6 +69,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
telegram = "username"
|
||||
500px = "username"
|
||||
weibo = "username"
|
||||
slack = "username"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue