diff --git a/views/layout.pug b/views/layout.pug index a8ba43d..5cc81cb 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -11,6 +11,12 @@ html 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: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 .main .main__header