mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
test webring integration
This commit is contained in:
parent
373d0e2986
commit
e6914332c0
3 changed files with 6 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
comments = false
|
||||
analytics = false
|
||||
comments = true
|
||||
analytics = true
|
|
@ -42,3 +42,6 @@
|
|||
<hr>
|
||||
<h3>status.lol</h3>
|
||||
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
|
||||
<hr>
|
||||
<h3>Tinylytics Webring</h3>
|
||||
<a href="" target="_blank" class="tinylytics_webring"><img class="tinylytics_webring_avatar" src="" style="display: none"/>🕸️💍</a>
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
{{ if eq .Site.Params.analytics true }}
|
||||
<!-- tinylytics -->
|
||||
<script src="https://tinylytics.app/embed/z4bwvaCBkF39NcDDLsRu.js?kudos=🎉" defer></script>
|
||||
<script src="https://tinylytics.app/embed/z4bwvaCBkF39NcDDLsRu.js?kudos=🎉&webring=avatars" defer></script>
|
||||
{{ end }}
|
||||
|
||||
<!-- syntax highlighting -->
|
||||
|
|
Loading…
Reference in a new issue