git ssb

16+

cel / patchfoo



Commit 69c7116d0e1b23d9643e2dc4821862c17a5d3c8b

Merge branch 'noffle/hermie'

cel committed on 4/13/2017, 6:26:40 AM
Parent: c41ba732c4b497eff59818b89bec7b123a8f398f
Parent: c7345ec6d7608a2a4f00796cf01341b6db5d5a27

Files changed

lib/util.jschanged
static/hermie.icoadded
lib/util.jsView
@@ -37,9 +37,9 @@
3737 if (typeof el === 'string' || Array.isArray(el)) {
3838 return h('div', el).innerHTML
3939 }
4040 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'
4242 return html
4343 }
4444
4545 u.hyperwrap = function (fn) {
static/hermie.ico
static/hermie.ico

Built with git-ssb-web