Adding temp favicon and manifest change
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user