1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

refactor: use explicit url for goatcounter (#1578)

This commit is contained in:
Alexander Fuks 2024-03-01 00:01:10 +04:00 committed by GitHub
parent 0f5abc82a2
commit e24a0c73ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
<!-- GoatCounter --> <!-- GoatCounter -->
<script <script
async async
src="//gc.zgo.at/count.js" src="https://gc.zgo.at/count.js"
data-goatcounter="https://{{ site.analytics.goatcounter.id }}.goatcounter.com/count" data-goatcounter="https://{{ site.analytics.goatcounter.id }}.goatcounter.com/count"
></script> ></script>