added cloudflare analytics to footer
This commit is contained in:
parent
0e848190e7
commit
b780a38ee5
@ -32,6 +32,7 @@ theme = "stip"
|
|||||||
title = "Mastodon"
|
title = "Mastodon"
|
||||||
url = "https://caffeinated.social/glenn"
|
url = "https://caffeinated.social/glenn"
|
||||||
|
|
||||||
|
|
||||||
# [[params.links]]
|
# [[params.links]]
|
||||||
# iconset = "fas"
|
# iconset = "fas"
|
||||||
# icon = "envelope"
|
# icon = "envelope"
|
||||||
|
6
layouts/partials/footer.html
Normal file
6
layouts/partials/footer.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<div class="footer">
|
||||||
|
{{ i18n "generator" | safeHTML }}
|
||||||
|
<!-- Cloudflare Web Analytics -->
|
||||||
|
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "f307d30514fe415db0aaefd205fa7c46"}'></script>
|
||||||
|
<!-- End Cloudflare Web Analytics -->
|
||||||
|
</div>
|
@ -54,7 +54,11 @@
|
|||||||
<span class="fas fa-blog"></span>
|
<span class="fas fa-blog"></span>
|
||||||
</a></div><div class="footer">
|
</a></div><div class="footer">
|
||||||
Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/stip-hugo/'>Stip</a> theme.
|
Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/stip-hugo/'>Stip</a> theme.
|
||||||
</div></div>
|
|
||||||
|
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "f307d30514fe415db0aaefd205fa7c46"}'></script>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user