From 4a02ca5d116901a46453380ff1401f8810a763e9 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 19 May 2019 20:45:08 -0400 Subject: fix issue 72 Signed-off-by: Amolith --- public/views/index/body.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/index/body.ejs') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index bb0f04ab..0caa9238 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -77,7 +77,7 @@
- +

<%= __('Support slide mode') %>

-- cgit v1.2.3 From 0eb1d4d61237149081462650629b131f73b2d433 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 19 May 2019 21:15:26 -0400 Subject: add mastodon link to index - complete #70 Signed-off-by: Amolith --- public/views/index/body.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/index/body.ejs') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 0caa9238..e0b4a4e4 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -154,7 +154,7 @@ <%- __('Powered by %s', 'CodiMD') %> | <%= __('Releases') %> | <%= __('Source Code') %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %>

-- cgit v1.2.3 From 871d8ea183e721f75119f4961da3fe5b171635b3 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 20 May 2019 15:16:49 -0400 Subject: remove single quote preceding mastodon link Signed-off-by: Amolith --- public/views/index/body.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/index/body.ejs') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index e0b4a4e4..83b2ebe9 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -154,7 +154,7 @@ <%- __('Powered by %s', 'CodiMD') %> | <%= __('Releases') %> | <%= __('Source Code') %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %>

-- cgit v1.2.3