summaryrefslogtreecommitdiff
path: root/index.html.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.coffee')
-rw-r--r--index.html.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html.coffee b/index.html.coffee
index 96c051f..ca09ff7 100644
--- a/index.html.coffee
+++ b/index.html.coffee
@@ -23,6 +23,7 @@ icon = "data:image/x-icon;base64," + (new Buffer(fs.readFileSync(icon))).toStrin
htmlcup.html5Page ->
@head ->
+ @link rel:"shortcut icon", href:icon
@title title
@style type: "text/css",
''''