From 6afcb5cb11af8ab97496a4bf82d435325a543d60 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 25 Sep 2018 23:16:05 +0200 Subject: [PATCH] fixes --- src/templates/Posts.jsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/templates/Posts.jsx b/src/templates/Posts.jsx index 1618e15a..8a7a1201 100644 --- a/src/templates/Posts.jsx +++ b/src/templates/Posts.jsx @@ -28,15 +28,13 @@ const Posts = ({ data, location, pageContext }) => { )} {image && ( -
- - - -
+ + + )} {type === 'post' && }