Adds Matomo (aka Piwik) integration (#310)
* adds Matomo (aka Pwiki) integration * adds tracking code in header
This commit is contained in:
parent
0ff0c5ad6b
commit
7677fbd01a
4 changed files with 46 additions and 4 deletions
|
@ -32,6 +32,13 @@
|
|||
•
|
||||
<a href="{{ site.url }}">{{ site.url-pretty }}</a>
|
||||
{% endif %}
|
||||
|
||||
{% if site.matomo %}
|
||||
•
|
||||
{% if site.matomo.opt-out %}
|
||||
<a href="http://{{- site.matomo.uri -}}/index.php?module=CoreAdminHome&action=optOut" target="_blank" class="text_muted">Do-not-Track</a>
|
||||
{% endif %}
|
||||
{% endif%}
|
||||
</p>
|
||||
<!-- Please don't remove this, keep my open source work credited :) -->
|
||||
<p class="theme-by text-muted">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue