From 9eec2b138541073e7f51a0832e8988a899af1091 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 8 Jul 2021 17:48:52 +0500 Subject: [PATCH] Add twitter and mastodon links to footer --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 63521dd..7ca1ca5 100644 --- a/config.toml +++ b/config.toml @@ -29,3 +29,9 @@ enableemoji = true [[params.links.footer]] name = "Public Matrix chat" link = "https://matrix.to/#/#coopcloud:autonomic.zone?via=autonomic.zone" + [[params.links.footer]] + name = "Mastodon" + link = "https://social.coop/@coopcloud" + [[params.links.footer]] + name = "Twitter" + link = "https://twitter.com/coop_cloud" \ No newline at end of file