Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Include piwik tracker, remove google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jan 27, 2017
1 parent e1b064c commit 1719bdc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
20 changes: 0 additions & 20 deletions _includes/ga.html

This file was deleted.

2 changes: 2 additions & 0 deletions _includes/piwik.html
@@ -0,0 +1,2 @@

<!--#include virtual="/tracker/piwik.html"-->
2 changes: 1 addition & 1 deletion _layouts/page.html
Expand Up @@ -23,5 +23,5 @@ <h1>
<hr />
<a href="{{ site.projectUrl }}">{{ site.projectName }}</a> &copy; 2013 <a href="https://joelpurra.com/">Joel Purra</a>. Code snippets/examples may be copied freely, the rest is licenced under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>.
</footer>
{% include ga.html %}
{% include piwik.html %}
</body>
4 changes: 2 additions & 2 deletions _layouts/redirect.html
Expand Up @@ -4,8 +4,8 @@
<head>
<title>{{ site.projectName | xml_escape }}</title>
<meta http-equiv="Refresh" content="0; url={{ site.projectGithub }}" />
{% include ga.html %}
{% include piwik.html %}
</head>
<body>
<a href="{{ site.projectUrl }}">{{ site.projectGithub | xml_escape }}</a>
</body>
</body>

0 comments on commit 1719bdc

Please sign in to comment.