diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.templ b/templates/page.templ index 7a43485..cf08817 100644 --- a/templates/page.templ +++ b/templates/page.templ @@ -96,7 +96,7 @@ func mkURL(u config.URL, path string, title string) string { } templ counter(config *config.Config, path string, title string) { - <script data-goatcounter={ config.GoatCounter.String() } async src="https://gc.zgo.at/count.v4.js" crossorigin="anonymous" integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script> + <script data-goatcounter={ config.GoatCounter.String() } async src="https://stats.alanpearce.eu/count.v4.js" crossorigin="anonymous" integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script> <noscript> <img src={ string(templ.URL(mkURL(config.GoatCounter, path, title))) }/> </noscript> |