mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
hide webring when analytics disabled
This commit is contained in:
parent
14f851a36c
commit
92a29d7ffd
2 changed files with 6 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
comments = true
|
||||
analytics = true
|
||||
comments = false
|
||||
analytics = false
|
|
@ -42,6 +42,8 @@
|
|||
<hr>
|
||||
<h3>status.lol</h3>
|
||||
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
|
||||
{{- if eq .Site.Params.analytics true }}
|
||||
<hr>
|
||||
<h3>Tinylytics Webring</h3>
|
||||
<h3>Webring</h3>
|
||||
<a href="" target="_blank" class="tinylytics_webring">🕸️<img class="tinylytics_webring_avatar" src="" style="display: none"/>💍</a>
|
||||
{{- end }}
|
Loading…
Reference in a new issue