From 040424b184032e3cac1880d00ccc172b2c253a80 Mon Sep 17 00:00:00 2001
From: vstoms
Date: Thu, 23 May 2019 07:02:34 +0200
Subject: [PATCH] Add Twitter Card
---
src/components/Layout/Layout.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js
index 6cf2014..98c46ac 100644
--- a/src/components/Layout/Layout.js
+++ b/src/components/Layout/Layout.js
@@ -16,6 +16,9 @@ const Layout = ({ children, title, description }: Props) => (
{title}
+
+
+
{children}