Update project title
This commit is contained in:
@@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user