remove google analytics
parent
5aaaaf8e43
commit
a073ce5150
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
BUNDLE_PATH: "/home/paul/.bundle"
|
||||||
|
BUNDLE_DISABLE_SHARED_GEMS: "true"
|
|
@ -5,15 +5,11 @@ gems: [jekyll-paginate]
|
||||||
paginate: 7
|
paginate: 7
|
||||||
paginate_path: "page:num"
|
paginate_path: "page:num"
|
||||||
layout: post
|
layout: post
|
||||||
<<<<<<< HEAD
|
|
||||||
#permalink: /:categories/:title
|
|
||||||
=======
|
|
||||||
>>>>>>> c6a7f18e1ea48b44859aaeca0db0980c68c09690
|
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
excerpt_separator: "[-----]"
|
excerpt_separator: "[-----]"
|
||||||
|
|
||||||
#mode: dev
|
mode: dev
|
||||||
mode: product
|
#mode: product
|
||||||
url: https://paul.walko.org/
|
url: https://paul.walko.org/
|
||||||
enforce_ssl: paul.walko.org/
|
enforce_ssl: paul.walko.org/
|
||||||
devurl: http://localhost:4000/
|
devurl: http://localhost:4000/
|
||||||
|
|
|
@ -5,16 +5,6 @@
|
||||||
window.location.protocol = "https";
|
window.location.protocol = "https";
|
||||||
</script>
|
</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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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 %}">
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||||
|
|
Loading…
Reference in New Issue