adding GA
This commit is contained in:
parent
691fa94ca7
commit
d29f0d63a6
70 changed files with 811 additions and 2 deletions
|
|
@ -27,4 +27,8 @@
|
|||
<script src="{{ '/js/scrollIt.min.js' | prepend: site.baseurl }}" type="text/javascript" ></script>
|
||||
<script src="{{ '/js/custom.js' | prepend: site.baseurl }}" type="text/javascript" ></script>
|
||||
|
||||
{% if site.google_analytics and jekyll.environment == 'production' %}
|
||||
{% include analytics.html %}
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue