From 09a7bcbdef237c1443bbbfc29010e7106cffd739 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 21 Jan 2017 13:08:29 +0800 Subject: Refactor templates and rearrange its path --- public/views/index/body.ejs | 175 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 public/views/index/body.ejs (limited to 'public/views/index/body.ejs') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs new file mode 100644 index 00000000..b8072450 --- /dev/null +++ b/public/views/index/body.ejs @@ -0,0 +1,175 @@ +
+
+
+ +
+
+

+ +
+
+ +
style="display:none;"<% } %>> +
+

HackMD

+

+ <%= __('Best way to write and share your knowledge in markdown.') %> +

+ <% if (infoMessage && infoMessage.length > 0) { %> +
<%= infoMessage %>
+ <% } %> + <% if (errorMessage && errorMessage.length > 0) { %> +
<%= errorMessage %>
+ <% } %> + <% if(facebook || twitter || github || gitlab || dropbox || google || ldap || email) { %> + + <%= __('or') %> + <% } %> + + +
+
+ +
style="display:none;"<% } %>> + +
+
+
+ +
+
+ +
+ + <%= __('Title') %> + + + <%= __('Time') %> + + + +
+ + +
    +
+
    +
    + +
    +
    + +

    + © 2017 HackMD | <%= __('Releases') %> +

    + +
    +
    +
    +
    +
    + + +<%- include ../shared/signin-modal %> \ No newline at end of file -- cgit v1.2.3