Change domain for matomo
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
8230f8872e
commit
1910473519
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
@ -42,7 +42,7 @@
|
|||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://counter.baalajimaestro.me/";
|
||||
var u="https://stats.ptr.moe/";
|
||||
_paq.push(['setTrackerUrl', u+'86eff12f2496']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
|
@ -103,6 +103,10 @@
|
|||
<h3>Other Online Presence</h3>
|
||||
<br>
|
||||
|
||||
<!-- Gitlab -->
|
||||
<a class="button button-gitlab" href="https://git.ptr.moe/baalajimaestro" target="_blank" rel="noopener"><img class="icon" src="images/icons/gitea.svg" alt="GitLab Logo">Selfhosted Gitea</a>
|
||||
<br>
|
||||
|
||||
<!-- Github -->
|
||||
<a class="button button-github" href="https://github.com/baalajimaestro" target="_blank" rel="noopener"><img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
|
||||
<br>
|
||||
|
@ -111,10 +115,6 @@
|
|||
<a class="button button-gitlab" href="https://gitlab.com/baalajimaestro" target="_blank" rel="noopener"><img class="icon" src="images/icons/gitlab.svg" alt="GitLab Logo">GitLab</a>
|
||||
<br>
|
||||
|
||||
<!-- Gitlab -->
|
||||
<a class="button button-gitlab" href="https://git.baalajimaestro.me" target="_blank" rel="noopener"><img class="icon" src="images/icons/gitea.svg" alt="GitLab Logo">Selfhosted Gitea</a>
|
||||
<br>
|
||||
|
||||
<!-- PayPal-->
|
||||
<a class="button button-paypal" href="https://paypal.me/baalajimaestro" target="_blank" rel="noopener"><img class="icon" src="images/icons/paypal.svg" alt="PayPal Logo">Donate on PayPal</a>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue