diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml
index 2761abb..3fb36fa 100644
--- a/data/beautifulhugo/social.toml
+++ b/data/beautifulhugo/social.toml
@@ -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"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4b25bbd..ef59cba 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -69,6 +69,7 @@ pygmentsCodefencesGuessSyntax = true
   telegram = "username"
   500px = "username"
   weibo = "username"
+  slack = "username"
 
 [[menu.main]]
     name = "Blog"