feat(favicons): add favicons for several platforms
This commit is contained in:
committed by
Benedikt Rötsch
parent
240e008a87
commit
56f818d56d
@@ -11,6 +11,12 @@ html
|
|||||||
meta(property='og:url' content='http://contentful-example-app.herokuapp.com/')
|
meta(property='og:url' content='http://contentful-example-app.herokuapp.com/')
|
||||||
meta(property='og:image' content='http://contentful-example-app.herokuapp.com/images/logo.svg')
|
meta(property='og:image' content='http://contentful-example-app.herokuapp.com/images/logo.svg')
|
||||||
meta(property='og:description' content='This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.')
|
meta(property='og:description' content='This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.')
|
||||||
|
link(rel='apple-touch-icon' sizes='120x120' 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='/manifest.json')
|
||||||
|
link(rel='mask-icon' href='/safari-pinned-tab.svg' color='#4a90e2')
|
||||||
|
meta(name='theme-color' content='#ffffff')
|
||||||
body
|
body
|
||||||
.main
|
.main
|
||||||
.main__header
|
.main__header
|
||||||
|
|||||||
Reference in New Issue
Block a user