Skip to content

Commit

Permalink
Merge pull request eduardoboucas#306 from eigenfunk/social_icon_slack
Browse files Browse the repository at this point in the history
social_icons slack.com
  • Loading branch information
halogenica committed Sep 21, 2019
2 parents ae5bf89 + 137b64f commit 2dc99d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/beautifulhugo/social.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pygmentsCodefencesGuessSyntax = true
telegram = "username"
500px = "username"
weibo = "username"
slack = "username"

[[menu.main]]
name = "Blog"
Expand Down

0 comments on commit 2dc99d8

Please sign in to comment.