From 82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Fri, 28 Jun 2024 16:03:38 +0200
Subject: make goatcounter URL configurable
---
templates/page.templ | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
(limited to 'templates')
diff --git a/templates/page.templ b/templates/page.templ
index 1dbd345..7a43485 100644
--- a/templates/page.templ
+++ b/templates/page.templ
@@ -2,7 +2,6 @@ package templates
import (
"io/fs"
- "net/url"
"website/internal/config"
)
@@ -74,7 +73,7 @@ templ Page(site *config.Config, page PageSettings) {
Site source code is
MIT
- @counter(page.Path, page.Title)
+ @counter(site, page.Path, page.Title)
if site.InjectLiveReload {
+templ counter(config *config.Config, path string, title string) {
+
}
--
cgit 1.4.1