Adding temp favicon and manifest change

This commit is contained in:
Moris Zen
2018-09-05 13:13:04 +02:00
parent 2ad1a1a193
commit ac6fd754a8
5 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ require('typeface-lato')
import '../styles/index.css'
import '../styles/general.css'
import favicon32 from '../images/favicon32.png'
const Layout = ({ children, data }) => (
<div className="font-sans mx-auto">
<Helmet
@@ -21,6 +23,7 @@ const Layout = ({ children, data }) => (
content: 'software, design, coding, programming, code, consulting',
},
]}
link={[{ rel: 'shortcut icon', type: 'image/png', href: `${favicon32}` }]}
/>
<div className="side-panel panel">
<Header />