diff options
author | Alan Pearce | 2024-05-29 16:40:18 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 16:40:18 +0200 |
commit | a3fe5c2c5d96a32e34b4ee5b4a397927e2475321 (patch) | |
tree | a786f1929e181c6d1b9827aed4d9894d588b6216 /templates | |
parent | 09d7c1cb41f4e8c7077ea81dd7098dcc7ec88f6f (diff) | |
download | website-a3fe5c2c5d96a32e34b4ee5b4a397927e2475321.tar.lz website-a3fe5c2c5d96a32e34b4ee5b4a397927e2475321.tar.zst website-a3fe5c2c5d96a32e34b4ee5b4a397927e2475321.zip |
re-add counter fallback image
Diffstat (limited to 'templates')
-rw-r--r-- | templates/count.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/count.html b/templates/count.html index b8f95e1..4694cba 100644 --- a/templates/count.html +++ b/templates/count.html @@ -2,4 +2,7 @@ <script data-goatcounter="https://alanpearce-eu.goatcounter.com/count" async src="//gc.zgo.at/count.v4.js" crossorigin="anonymous" integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script> + <noscript> + <img src="https://alanpearce-eu.goatcounter.com/count?p=/updated-in-template.go" /> + </noscript> </body> |