Adding page transitions, image tilting option and design tweaks
This commit is contained in:
@@ -4,11 +4,13 @@ import Link from 'gatsby-link'
|
||||
import PageIntro from '../components/PageIntro'
|
||||
import Card from '../components/Card'
|
||||
|
||||
import PageTransition from 'gatsby-plugin-page-transitions'
|
||||
|
||||
class Blog extends Component {
|
||||
render() {
|
||||
const data = this.props.data
|
||||
return (
|
||||
<main>
|
||||
<PageTransition>
|
||||
<PageIntro
|
||||
headline="Bugs keep us busy"
|
||||
text="but occasionally we have fun & publish"
|
||||
@@ -31,7 +33,7 @@ class Blog extends Component {
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</main>
|
||||
</PageTransition>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user