diff options
author | Wu Cheng-Han | 2016-12-06 22:15:34 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-12-06 22:15:34 +0800 |
commit | 4bd55985684b90b33932a6ce27b1ef9e2f3df610 (patch) | |
tree | 3f5f8e9127e81bc672db98fb8f3e3b5354a0794d | |
parent | 0ffdb447936d58432a3e0579ff8f0eb6e8d2a2dc (diff) |
Fix Facebook page link name
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 789565af..60e33a23 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -145,7 +145,7 @@ <iframe src="//ghbtns.com/github-btn.html?user=hackmdio&repo=hackmd&type=star&count=true" frameborder="0" scrolling="0" width="104px" height="20px"></iframe> </h6> <p> - © 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> | <a href="<%- url %>/s/release-notes" target="_blank"><%= __('Releases') %></a> + © 2016 <a href="https://www.facebook.com/hackmdio" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> | <a href="<%- url %>/s/release-notes" target="_blank"><%= __('Releases') %></a> </p> <select class="ui-locale"> <option value="en">English</option> |