Commit bc56ecb2 authored by Cole Bemis's avatar Cole Bemis

Remove Google Analytics from head

parent 566757e2
...@@ -30,10 +30,6 @@ links: ...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment