Adding OpenGraph props

This commit is contained in:
Moris Zen
2018-09-12 14:06:23 +02:00
parent 702c80cddd
commit a84ed9b6f9
6 changed files with 18 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ class Blog extends Component {
return (
<PageTransition>
<SEO siteTitle="Saburly - Blog Posts" siteDescription="Bugs keep us busy, but sometimes we find the time to have fun & publish" />
<div className="container mx-auto p-4 w-full md:flex md:flex-wrap items-stretch w-full">
<div className="container mx-auto p-4 w-full md:flex md:flex-wrap items-stretch w-full" siteUrl="https://saburly.com/blog">
{data.allWordpressPost.edges.map(({ node }) => (
<div key={node.id} className="mt-4 md:w-1/2 p-2">
<Link