Remove Google Analytics from head

This commit is contained in:
Cole Bemis 2017-05-12 22:54:34 -07:00
parent 566757e2c5
commit bc56ecb2c2

View File

@ -30,10 +30,6 @@ links:
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
<link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet"> <link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet"> <link href="style.css" rel="stylesheet">
{% if site.google_analytics and jekyll.environment == 'production' %}
{% include analytics.html %}
{% endif %}
</head> </head>
<body class="ma0 rubik font-smoothing black-60 bg-near-white"> <body class="ma0 rubik font-smoothing black-60 bg-near-white">