diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/views/index.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs index 4aa6ae0a..584f8ce6 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."> - <meta name="author" content="jackycute"> <title>HackMD - Collaborative notes</title> + <meta name="keywords" content="Collaborative, Markdown, Notes"> <link rel="icon" type="image/png" href="<%- url %>/favicon.png"> <link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png"> @@ -152,7 +152,7 @@ <h6> <iframe src="//ghbtns.com/github-btn.html?user=hackmdio&repo=hackmd&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="vertical-align:middle;"></iframe> </h6> - <p>© 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> by <a href="https://github.com/jackycute" target="_blank"><i class="fa fa-github-square"></i> jackycute</a> + <p>© 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> </p> </div> </div> |