diff options
Diffstat (limited to '')
-rw-r--r-- | public/views/index.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |