feat: Add analytics to tribes page
This commit is contained in:
parent
09ef9857d9
commit
a628be259d
@ -5,15 +5,19 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
<title>ShakeCities</title>
|
<title>ShakeCities</title>
|
||||||
<meta name="twitter:description" content="Unlock web ownership's future with ShakeCities! Create your free, secure Handshake domain site. Integrate crypto payments, explore HNSChat, and join us in shaping the decentralized web!">
|
<meta name="twitter:description"
|
||||||
<meta name="description" content="Unlock web ownership's future with ShakeCities! Create your free, secure Handshake domain site. Integrate crypto payments, explore HNSChat, and join us in shaping the decentralized web!">
|
content="Unlock web ownership's future with ShakeCities! Create your free, secure Handshake domain site. Integrate crypto payments, explore HNSChat, and join us in shaping the decentralized web!">
|
||||||
|
<meta name="description"
|
||||||
|
content="Unlock web ownership's future with ShakeCities! Create your free, secure Handshake domain site. Integrate crypto payments, explore HNSChat, and join us in shaping the decentralized web!">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:image" content="https://shakecities.com/assets/img/alexander-slattery-LI748t0BK8w-unsplash.webp">
|
<meta property="og:image" content="https://shakecities.com/assets/img/alexander-slattery-LI748t0BK8w-unsplash.webp">
|
||||||
<meta property="og:title" content="ShakeCities">
|
<meta property="og:title" content="ShakeCities">
|
||||||
<meta name="twitter:title" content="ShakeCities">
|
<meta name="twitter:title" content="ShakeCities">
|
||||||
<meta name="twitter:image" content="https://shakecities.com/assets/img/alexander-slattery-LI748t0BK8w-unsplash.webp">
|
<meta name="twitter:image"
|
||||||
<meta property="og:description" content="Unlock web ownership's future with ShakeCities! Create your free, secure Handshake domain site. Integrate crypto payments, explore HNSChat, and join us in shaping the decentralized web!">
|
content="https://shakecities.com/assets/img/alexander-slattery-LI748t0BK8w-unsplash.webp">
|
||||||
|
<meta property="og:description"
|
||||||
|
content="Unlock web ownership's future with ShakeCities! Create your free, secure Handshake domain site. Integrate crypto payments, explore HNSChat, and join us in shaping the decentralized web!">
|
||||||
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNS.png">
|
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNS.png">
|
||||||
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNSW.png" media="(prefers-color-scheme: dark)">
|
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNSW.png" media="(prefers-color-scheme: dark)">
|
||||||
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNS.png">
|
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNS.png">
|
||||||
@ -23,6 +27,21 @@
|
|||||||
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNS.png">
|
<link rel="icon" type="image/png" sizes="670x700" href="/assets/img/HNS.png">
|
||||||
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/assets/css/styles.min.css">
|
<link rel="stylesheet" href="/assets/css/styles.min.css">
|
||||||
|
<!-- 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 = "https://analytics.woodburn.au/";
|
||||||
|
_paq.push(['setTrackerUrl', u + 'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '7']);
|
||||||
|
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 -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
@ -39,22 +58,23 @@
|
|||||||
{{members|safe}} <!-- This needs the safe filter to allow HTML to be rendered -->
|
{{members|safe}} <!-- This needs the safe filter to allow HTML to be rendered -->
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- Edit footer -->
|
<!-- Edit footer -->
|
||||||
<div style="height: 100px;"></div>
|
<div style="height: 100px;"></div>
|
||||||
<div style="position: fixed;bottom: 10px;right:25px;">
|
<div style="position: fixed;bottom: 10px;right:25px;">
|
||||||
<p style="color:#ffffff;">{{edit|safe}}</p>
|
<p style="color:#ffffff;">{{edit|safe}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Footer to display the powered by ShakeCities. -->
|
<!-- Footer to display the powered by ShakeCities. -->
|
||||||
<div style="height: 100px;"></div>
|
<div style="height: 100px;"></div>
|
||||||
<div style="position: fixed;bottom: 10px;left:25px;">
|
<div style="position: fixed;bottom: 10px;left:25px;">
|
||||||
<div style="display: inline-block; background: #ffffff;border-radius: 50%;padding: 10px;">
|
<div style="display: inline-block; background: #ffffff;border-radius: 50%;padding: 10px;">
|
||||||
<img src="/assets/img/HNS.png" width="50px" height="50px">
|
<img src="/assets/img/HNS.png" width="50px" height="50px">
|
||||||
</div>
|
</div>
|
||||||
<p style="margin-left: 25px; display:inline; color:#ffffff;">Powered by <a style="color: inherit;" href="https://shakecities.com" target="_blank">ShakeCities</a></p>
|
<p style="margin-left: 25px; display:inline; color:#ffffff;">Powered by <a style="color: inherit;"
|
||||||
|
href="https://shakecities.com" target="_blank">ShakeCities</a></p>
|
||||||
</div>
|
</div>
|
||||||
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
||||||
<script src="assets/js/script.min.js"></script>
|
<script src="assets/js/script.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user