From ba9e922c17ff56a9a0c59c5e16f98de29641e034 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Fri, 4 Jun 2021 11:04:41 -0700 Subject: [PATCH] Add social media buttons to webisite footer --- website/site/config.toml | 2 +- website/site/layouts/partials/footer.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/site/config.toml b/website/site/config.toml index 6d0ba7821..bfadb223f 100644 --- a/website/site/config.toml +++ b/website/site/config.toml @@ -133,7 +133,7 @@ pygmentsStyle = "manni" # Footer section [params.footer] enable = true - twitter = 'https://twitter.com/mattermost' + twitter = 'https://twitter.com/Focalboard' facebook = 'https://www.facebook.com/Mattermost-2300985916642531/' youtube = 'https://www.youtube.com/channel/UCNR05H72hi692y01bWaFXNA' copyright = '© Mattermost, Inc. All Rights Reserved.' diff --git a/website/site/layouts/partials/footer.html b/website/site/layouts/partials/footer.html index aa95c4d2f..5c075a843 100755 --- a/website/site/layouts/partials/footer.html +++ b/website/site/layouts/partials/footer.html @@ -1,11 +1,11 @@