Skip to content

Commit 20fbc99

Browse files
committed
Update project title
1 parent e52937d commit 20fbc99

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/models/note.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ module.exports = function (sequelize, DataTypes) {
170170
return title;
171171
},
172172
generateWebTitle: function (title) {
173-
title = !title || title == "Untitled" ? "HackMD - Collaborative notes" : title + " - HackMD";
173+
title = !title || title == "Untitled" ? "HackMD - Collaborative markdown notes" : title + " - HackMD";
174174
return title;
175175
}
176176
},

public/js/extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function renderTitle(view) {
5959
if (title) {
6060
title += ' - HackMD';
6161
} else {
62-
title = 'HackMD - Collaborative notes';
62+
title = 'HackMD - Collaborative markdown notes';
6363
}
6464
return title;
6565
}

public/views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1010
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="description" content="Realtime collaborative markdown notes on all platforms.">
12-
<title>HackMD - Collaborative notes</title>
1312
<meta name="keywords" content="Collaborative, Markdown, Notes">
13+
<title>HackMD - Collaborative markdown notes</title>
1414
<link rel="icon" type="image/png" href="<%- url %>/favicon.png">
1515
<link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png">
1616

0 commit comments

Comments
 (0)