Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Add favicons stuff to july

This commit is contained in:
Bauke 2018-07-27 23:54:23 +02:00
parent 3f0e84d33c
commit 174309b290
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 11 additions and 0 deletions

View File

@ -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")