added goatcounter
This commit is contained in:
parent
82f2ae984e
commit
cd1a331b5e
3 changed files with 18 additions and 12 deletions
|
@ -7,6 +7,7 @@
|
||||||
<link rel="stylesheet" id="switcher-id">
|
<link rel="stylesheet" id="switcher-id">
|
||||||
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
||||||
|
<script src="/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include layout/sidebar.html %}
|
{% include layout/sidebar.html %}
|
||||||
|
@ -21,9 +22,10 @@
|
||||||
</div>
|
</div>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</article>
|
</article>
|
||||||
</body>
|
|
||||||
<script src="/profile.js" defer></script>
|
<script src="/profile.js" defer></script>
|
||||||
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
||||||
<script src="/theme.js" defer></script>
|
|
||||||
<script src="/menu.js" defer></script>
|
<script src="/menu.js" defer></script>
|
||||||
|
<script data-goatcounter="https://peachmoon.goatcounter.com/count"
|
||||||
|
async src="//gc.zgo.at/count.js"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -7,6 +7,7 @@
|
||||||
<link rel="stylesheet" id="switcher-id">
|
<link rel="stylesheet" id="switcher-id">
|
||||||
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
||||||
|
<script src="/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include layout/sidebar.html %}
|
{% include layout/sidebar.html %}
|
||||||
|
@ -49,13 +50,14 @@
|
||||||
<i class="ph ph-arrow-line-up"></i></a>
|
<i class="ph ph-arrow-line-up"></i></a>
|
||||||
</footer>
|
</footer>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</body>
|
|
||||||
<script src="/profile.js" defer></script>
|
<script src="/profile.js" defer></script>
|
||||||
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
||||||
<script src="/theme.js" defer></script>
|
|
||||||
<script src="/menu.js" defer></script>
|
<script src="/menu.js" defer></script>
|
||||||
{% if page.url contains "now"%}
|
{% if page.url contains "now"%}
|
||||||
<script src="/scrobble.js" defer></script>
|
<script src="/scrobble.js" defer></script>
|
||||||
<script src="https://status.cafe/current-status.js?name=mana" defer></script>
|
<script src="https://status.cafe/current-status.js?name=mana" defer></script>
|
||||||
|
<script data-goatcounter="https://peachmoon.goatcounter.com/count"
|
||||||
|
async src="//gc.zgo.at/count.js"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -57,4 +57,6 @@
|
||||||
<script src="/scrobble.js" defer></script>
|
<script src="/scrobble.js" defer></script>
|
||||||
<script src="https://status.cafe/current-status.js?name=mana" defer></script>
|
<script src="https://status.cafe/current-status.js?name=mana" defer></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<script data-goatcounter="https://peachmoon.goatcounter.com/count"
|
||||||
|
async src="//gc.zgo.at/count.js"></script>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue