Add favicons stuff to july
This commit is contained in:
parent
3f0e84d33c
commit
174309b290
|
@ -6,6 +6,17 @@ html(lang="en")
|
|||
link(rel="stylesheet", href="../css/common.css")
|
||||
link(rel="stylesheet", href="../css/post.css")
|
||||
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
|
||||
//- NOTE: favicons are under "src/favicons" but in "public/" for build
|
||||
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
||||
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
||||
link(rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png")
|
||||
link(rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png")
|
||||
link(rel="manifest" href="../site.webmanifest")
|
||||
link(rel="mask-icon" href="../safari-pinned-tab.svg" color="#282a36")
|
||||
link(rel="shortcut icon" href="../favicon.ico")
|
||||
meta(name="msapplication-TileColor" content="#282a36")
|
||||
meta(name="msapplication-config" content="../browserconfig.xml")
|
||||
meta(name="theme-color" content="#282a36")
|
||||
|
||||
body
|
||||
div(id="wrapper")
|
||||
|
|
Reference in New Issue