File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments