Added favicon in metadata
This commit is contained in:
parent
e3263c1124
commit
9f481a70f6
|
@ -14,6 +14,7 @@ html(lang='fr')
|
||||||
link(rel="stylesheet", href="/static/css/syntax.css")
|
link(rel="stylesheet", href="/static/css/syntax.css")
|
||||||
block extrahead
|
block extrahead
|
||||||
link(rel="stylesheet", href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic")
|
link(rel="stylesheet", href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic")
|
||||||
|
link(rel="icon", type="image/png", href="/favicon.ico")
|
||||||
block title
|
block title
|
||||||
title Hello
|
title Hello
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue