mirror of https://github.com/status-im/codimd.git
Update project title
This commit is contained in:
parent
e52937df50
commit
20fbc9957f
|
@ -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;
|
||||
}
|
||||
},
|
||||
|
|
|
@ -59,7 +59,7 @@ function renderTitle(view) {
|
|||
if (title) {
|
||||
title += ' - HackMD';
|
||||
} else {
|
||||
title = 'HackMD - Collaborative notes';
|
||||
title = 'HackMD - Collaborative markdown notes';
|
||||
}
|
||||
return title;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue