Add google analytics

This commit is contained in:
Cole Bemis
2017-04-30 16:51:46 -07:00
parent 0bd43ce36c
commit 7f501e139e
3 changed files with 18 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ description: Feather is a collection of simply beautiful open source icons. Each
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
<link rel="stylesheet" href="style.css">
{% if site.google_analytics and jekyll.environment == 'production' %}
{% include analytics.html %}
{% endif %}
</head>
<body>
{% include header.html %}