Skip to content

Commit

Permalink
add Googles site verification
Browse files Browse the repository at this point in the history
  • Loading branch information
RVledder committed Feb 21, 2019
1 parent eb856f4 commit 052554d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const Layout = ({ children }) => (
href="https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i"
rel="stylesheet"
/>
<meta
name="google-site-verification"
content="5LPKWSArcETkOWy_LPr-4TNbzVqIdyKU-k-EkoC0vTU"
/>
</Head>

{children}
Expand Down

0 comments on commit 052554d

Please sign in to comment.