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(-)
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 b220de8eb1bba4ac14127117d47b009873a11067 Mon Sep 17 00:00:00 2001
From: Amolith
Date: Sun, 19 May 2019 21:10:39 -0400
Subject: 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 e05d8875..467b5d2d 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
--
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(-)
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(-)
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