diff options
author | Christoph (Sheogorath) Kern | 2018-01-20 18:56:39 +0100 |
---|---|---|
committer | GitHub | 2018-01-20 18:56:39 +0100 |
commit | 5d9a2c35698eeb7c29dc0b0b600dad4c6726528a (patch) | |
tree | de1bff42cc27cd9cb04790f4a394b6a476173150 /public | |
parent | b7e227e9d587af7268e126fca1db60ad3e1c29f9 (diff) | |
parent | 05cc3a73a2fe742c4a0afd8b0c608069d4bb4a8c (diff) |
Merge pull request #688 from hackmdio/add-ce-text-on-index
Add CE text on index title
Diffstat (limited to '')
-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> |