remove google analytics

master
Paul Walko 2016-12-23 05:15:50 -05:00
parent 5aaaaf8e43
commit a073ce5150
3 changed files with 5 additions and 16 deletions

3
.bundle/config Normal file
View File

@ -0,0 +1,3 @@
---
BUNDLE_PATH: "/home/paul/.bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"

View File

@ -5,15 +5,11 @@ gems: [jekyll-paginate]
paginate: 7
paginate_path: "page:num"
layout: post
<<<<<<< HEAD
#permalink: /:categories/:title
=======
>>>>>>> c6a7f18e1ea48b44859aaeca0db0980c68c09690
permalink: pretty
excerpt_separator: "[-----]"
#mode: dev
mode: product
mode: dev
#mode: product
url: https://paul.walko.org/
enforce_ssl: paul.walko.org/
devurl: http://localhost:4000/

View File

@ -5,16 +5,6 @@
window.location.protocol = "https";
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79393488-1', 'auto');
ga('send', 'pageview');
</script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">