Commit 69c7116d0e1b23d9643e2dc4821862c17a5d3c8b
Merge branch 'noffle/hermie'
cel committed on 4/13/2017, 6:26:40 AMParent: c41ba732c4b497eff59818b89bec7b123a8f398f
Parent: c7345ec6d7608a2a4f00796cf01341b6db5d5a27
Files changed
lib/util.js | changed |
static/hermie.ico | added |
lib/util.js | ||
---|---|---|
@@ -37,9 +37,9 @@ | ||
37 | 37 … | if (typeof el === 'string' || Array.isArray(el)) { |
38 | 38 … | return h('div', el).innerHTML |
39 | 39 … | } |
40 | 40 … | var html = el.outerHTML || String(el) |
41 | - if (el.nodeName === 'html') html = '<!doctype html>' + html + '\n' | |
41 … | + if (el.nodeName === 'html') html = '<!doctype html><link rel="icon" href="static/hermie.ico" type="image/x-icon"/>' + html + '\n' | |
42 | 42 … | return html |
43 | 43 … | } |
44 | 44 … | |
45 | 45 … | u.hyperwrap = function (fn) { |
static/hermie.ico |
---|
Built with git-ssb-web