Skip to content

Commit 9a29e08

Browse files
committed
removing crazyegg for now
1 parent de88216 commit 9a29e08

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-27T22:10:22Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-27T22:21:06Z</updated></feed>

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,7 @@ <h3>Let's get started. What do you need to do right now?</h3>
101101
</div>
102102
</div>
103103
</div></div>
104-
<script type="text/javascript">
105-
setTimeout(function(){var a=document.createElement("script");
106-
var b=document.getElementsByTagName("script")[0];
107-
a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0016/5846.js?"+Math.floor(new Date().getTime()/3600000);
108-
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
109-
</script> <hr/>
104+
<hr/>
110105
<div class="footer pull-right">
111106
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
112107
2014

source/theme/templates/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
</div>
1313
{% include "sidebar.html" %}
1414
</div>
15-
{% include "crazyegg.html" %}
1615
{% endblock %}

0 commit comments

Comments
 (0)