diff options
| author | Cheng-Han, Wu | 2016-05-28 01:51:45 +0800 | 
|---|---|---|
| committer | Cheng-Han, Wu | 2016-05-28 01:51:45 +0800 | 
| commit | 20fbc9957fc3835a1793cf43c70fda65d646e0e1 (patch) | |
| tree | 40633bdf91ede0a3da5cbc5d5b325d9fede35ecf | |
| parent | e52937df5064332cf0f2a36c8ac86d760e00c735 (diff) | |
Update project title
| -rw-r--r-- | lib/models/note.js | 2 | ||||
| -rw-r--r-- | public/js/extra.js | 2 | ||||
| -rw-r--r-- | public/views/index.ejs | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/lib/models/note.js b/lib/models/note.js index 96043b75..84da7851 100644 --- a/lib/models/note.js +++ b/lib/models/note.js @@ -170,7 +170,7 @@ module.exports = function (sequelize, DataTypes) {                  return title;              },              generateWebTitle: function (title) { -                title = !title || title == "Untitled" ? "HackMD - Collaborative notes" : title + " - HackMD"; +                title = !title || title == "Untitled" ? "HackMD - Collaborative markdown notes" : title + " - HackMD";                  return title;              }          }, diff --git a/public/js/extra.js b/public/js/extra.js index 79364d11..a81a0edb 100644 --- a/public/js/extra.js +++ b/public/js/extra.js @@ -59,7 +59,7 @@ function renderTitle(view) {      if (title) {          title += ' - HackMD';      } else { -        title = 'HackMD - Collaborative notes'; +        title = 'HackMD - Collaborative markdown notes';      }      return title;  } diff --git a/public/views/index.ejs b/public/views/index.ejs index 584f8ce6..9a4db7ac 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -9,8 +9,8 @@      <meta name="apple-mobile-web-app-status-bar-style" content="black">      <meta name="mobile-web-app-capable" content="yes">      <meta name="description" content="Realtime collaborative markdown notes on all platforms."> -    <title>HackMD - Collaborative notes</title>      <meta name="keywords" content="Collaborative, Markdown, Notes"> +    <title>HackMD - Collaborative markdown notes</title>      <link rel="icon" type="image/png" href="<%- url %>/favicon.png">      <link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png"> | 
