From 49b51e478fa75b8d5254662de3265edcf8906004 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:03:55 +0800 Subject: Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias) --- public/views/header.ejs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'public/views/header.ejs') diff --git a/public/views/header.ejs b/public/views/header.ejs index 410886d1..bf8f9f66 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -38,8 +38,10 @@
  • Google Drive
  • + <% if(typeof github !== 'undefined' && github) { %>
  • Gist
  • + <% } %>
  • Dropbox @@ -119,8 +121,10 @@
  • Google Drive
  • + <% if(typeof github !== 'undefined' && github) { %>
  • Gist -
  • + + <% } %>
  • Dropbox -- cgit v1.2.3