Merge pull request #389 from jorilallo/ga

Google Analytics
This commit is contained in:
Jori Lallo
2017-11-09 00:50:03 -08:00
committed by GitHub
6 changed files with 32 additions and 1 deletions

View File

@ -2,6 +2,7 @@
import React from 'react';
import { Helmet } from 'react-helmet';
import Navigation from './Navigation';
import Analytics from '../../../shared/components/Analytics';
import globalStyles from '../../../shared/styles/globals';
type Props = {
@ -18,6 +19,7 @@ export default function Layout({ children }: Props) {
<title>Outline</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Helmet>
<Analytics />
{'{{HEAD}}'}
{'{{CSS}}'}