From e02defd402536625337c61b4bfc5b24a1c6bb8c8 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 30 May 2019 00:01:15 +0200 Subject: Add Discourse link to footer As we are about to announce the community forum, we should provide a link to it in the footer. This patch adds Discouse between Riot, GitHub and Mastodon as platform to follow our progress. Signed-off-by: Sheogorath --- public/views/index/body.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index f1181fce..0385174d 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -155,7 +155,7 @@ <%- __('Powered by %s', 'CodiMD') %> | <%= __('Releases') %> | <%= __('Source Code') %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %>

- <%- __('Follow us on %s and %s.', ' GitHub, Riot, Mastodon', ' POEditor') %> + <%- __('Follow us on %s and %s.', ' GitHub, Discourse, Riot, Mastodon', ' POEditor') %>
-- cgit v1.2.3