From 4d1026dbf71c9500efbafedeb0b3e6447a976fe3 Mon Sep 17 00:00:00 2001 From: Vinoo Ganesh Date: Wed, 16 Mar 2022 14:39:33 -0400 Subject: Add Slack as option to theme --- exampleSite/config.toml | 3 ++- layouts/partials/footer.html | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7b17698..0ab96ed 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -77,7 +77,8 @@ home = ["HTML", "RSS", "Algolia"] #instagram = "full profile url in instagram" github = "https://github.com/yourgithub" wechat = "your wechat qr code image" -# medium = "full profile url in medium" + #medium = "full profile url in medium" + #slack = "full workspace url in slack" #pinterest = "full profile url in pinterest" #reddit = "full profile url in reddit" #gitlab = "full profile url in gitlab" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 47c976a..083a659 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -147,6 +147,16 @@ + {{ end }} + {{ with .Site.Params.social.slack }} +
  • + + + + + + +
  • {{ end }} {{ with .Site.Params.social.mastodon }}
  • -- cgit v1.2.3