Matomo analytics
This commit is contained in:
parent
90d44fa421
commit
64dd8bf227
|
@ -9,7 +9,9 @@ solid or which are fire, and drag-and-drop some
|
||||||
"[doodads](/guidebook/doodads.html)" such as Buttons, Keys and Doors to spice
|
"[doodads](/guidebook/doodads.html)" such as Buttons, Keys and Doors to spice
|
||||||
it up.
|
it up.
|
||||||
|
|
||||||
![Gameplay screenshot.](/images/v0.8.0-gameplay.png)
|
<img src="/images/v0.11.0-shapeshifter.png" class="portrait" alt="Gameplay screenshot">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Oh, and those doodads? You can make your own, too, and program them in JavaScript
|
Oh, and those doodads? You can make your own, too, and program them in JavaScript
|
||||||
to do whatever you want. See some
|
to do whatever you want. See some
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 170 KiB |
|
@ -4,3 +4,20 @@
|
||||||
Copyright © {{ now.Format "2006"}} Noah Petherbridge.
|
Copyright © {{ now.Format "2006"}} Noah Petherbridge.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- 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="//svc.ckir.net/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '3']);
|
||||||
|
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 -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user