diff options
author | Max Wu | 2018-01-20 10:12:38 +0800 |
---|---|---|
committer | GitHub | 2018-01-20 10:12:38 +0800 |
commit | 05cc3a73a2fe742c4a0afd8b0c608069d4bb4a8c (patch) | |
tree | 72f742378fd45ed33308392be86615c8c9150dbb /public/views/index | |
parent | 40d1d757048b1eb51e45d4d29ad987739b478881 (diff) |
Update body.ejs
Add CE text on index title
Diffstat (limited to 'public/views/index')
-rw-r--r-- | public/views/index/body.ejs | 1 |
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> |