Skip to content
Snippets Groups Projects
Commit 42c9aee9 authored by jakub.wolf's avatar jakub.wolf
Browse files

Update base.html

parent 3d1b6b3c
No related branches found
No related tags found
1 merge request!2Update base.html
......@@ -64,6 +64,7 @@
<div class="gap-4 hidden md:flex">
<a class="nav__item" href="/clanky">Články</a>
<a class="nav__item" href="/analyzy">Analýzy</a>
<a class="nav__item" href="/akce">Akce</a>
<a class="nav__item" href="/dokumenty">Dokumenty</a>
<a class="nav__item" href="/lide">Lidé</a>
......@@ -158,5 +159,21 @@
</div>
{% block extra_js %}{% endblock %}
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.pii.cz/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment