summaryrefslogtreecommitdiff
path: root/public/views/html.hbs
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-02-16 20:08:44 -0800
committerCheng-Han, Wu2016-02-16 20:08:44 -0800
commitb2b1be3dda406312add39997ad8bd9494f20b7f8 (patch)
tree997403359ffc0f585fa52752c399ce87287222c3 /public/views/html.hbs
parent3f2f063e9b6c6d36169f6acefc27df87d0bd176b (diff)
Support set url path and use relative url, move raphael to bower and fixed minor issue in history
Diffstat (limited to 'public/views/html.hbs')
-rw-r--r--public/views/html.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/html.hbs b/public/views/html.hbs
index 5c7e6bea..2d68bb3d 100644
--- a/public/views/html.hbs
+++ b/public/views/html.hbs
@@ -13,8 +13,8 @@
<title>
{{title}}
</title>
- <link rel="icon" type="image/png" href="https://hackmd.io/favicon.png">
- <link rel="apple-touch-icon" href="https://hackmd.io/apple-touch-icon.png">
+ <link rel="icon" type="image/png" href="{{{url}}}/favicon.png">
+ <link rel="apple-touch-icon" href="{{{url}}}/apple-touch-icon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">