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

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

From b220de8eb1bba4ac14127117d47b009873a11067 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 19 May 2019 21:10:39 -0400 Subject: [PATCH 2/4] add mastodon badge - partially fix #70 Signed-off-by: Amolith --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e05d887..467b5d2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ CodiMD [![build status][travis-image]][travis-url] [![version][github-version-badge]][github-release-page] [![POEditor][poeditor-image]][poeditor-url] +[![Mastodon][social-mastodon-image]][social-mastodon] CodiMD lets you create real-time collaborative markdown notes. You can test-drive it by visiting our [CodiMD demo server][codimd-demo]. @@ -98,3 +99,5 @@ Licensed under AGPLv3. For our list of contributors, see [AUTHORS](AUTHORS). [codimd-demo-features]: https://demo.codimd.org/features [codimd-community]: https://community.codimd.org [codimd-community-calls]: https://community.codimd.org/t/codimd-community-call/19 +[social-mastodon]: https://social.codimd.org/mastodon +[social-mastodon-image]: https://img.shields.io/badge/social-mastodon-3c99dc.svg From 0eb1d4d61237149081462650629b131f73b2d433 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 19 May 2019 21:15:26 -0400 Subject: [PATCH 3/4] add mastodon link to index - complete #70 Signed-off-by: Amolith --- public/views/index/body.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 0caa923..e0b4a4e 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') %><% } %>

From 871d8ea183e721f75119f4961da3fe5b171635b3 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 20 May 2019 15:16:49 -0400 Subject: [PATCH 4/4] remove single quote preceding mastodon link Signed-off-by: Amolith --- public/views/index/body.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index e0b4a4e..83b2ebe 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') %><% } %>