Updated structure, added footer and css classes

This commit is contained in:
Moris Zen
2018-06-27 13:22:17 +02:00
parent dd1bdd7543
commit ac2f3c0197
4 changed files with 38 additions and 15 deletions

10
src/components/Footer.js Normal file
View File

@@ -0,0 +1,10 @@
import React from 'react'
import Link from 'gatsby-link'
const Footer = () => (
<footer>
<h1>Footer</h1>
</footer>
)
export default Footer