diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-05-06 17:37:42 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-05-06 17:37:42 -1000 |
commit | bc37b05926f3b5acff7905748607f4f0da5ac14e (patch) | |
tree | 3a7abb29bb1787a2a6112330e59c62c46997436a /lib/serve.js | |
parent | d81825f4b4da83bd0376ac916107f425872eee7b (diff) | |
download | patchfoo-bc37b05926f3b5acff7905748607f4f0da5ac14e.tar.gz patchfoo-bc37b05926f3b5acff7905748607f4f0da5ac14e.zip |
Put shortcut icon in correct place
Diffstat (limited to 'lib/serve.js')
-rw-r--r-- | lib/serve.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js index bce474c..d9cbfe7 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -987,6 +987,7 @@ Serve.prototype.wrapPage = function (title, searchQ) { h('meta', {charset: 'utf-8'}), h('title', title), h('meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}), + h('link', {rel: 'icon', href: render.toUrl('/static/hermie.ico'), type: 'image/x-icon'}), h('style', styles()) ), h('body', |