summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorMax Wu2018-01-20 10:12:38 +0800
committerGitHub2018-01-20 10:12:38 +0800
commit05cc3a73a2fe742c4a0afd8b0c608069d4bb4a8c (patch)
tree72f742378fd45ed33308392be86615c8c9150dbb /public
parent40d1d757048b1eb51e45d4d29ad987739b478881 (diff)
Update body.ejs
Add CE text on index title
Diffstat (limited to 'public')
-rw-r--r--public/views/index/body.ejs1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index 913eef10..82d83f02 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -39,6 +39,7 @@
<div id="home" class="section"<% if(signin) { %> style="display:none;"<% } %>>
<div class="inner cover">
<h1 class="cover-heading"><i class="fa fa-file-text"></i> HackMD</h1>
+ <p class="lead"><strong>Community Edition</strong></p>
<p class="lead">
<%= __('Best way to write and share your knowledge in markdown.') %>
</p>