aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 19:13:44 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 19:13:44 +0100
commite379601ec1f1ca70f955f7ea9dd07775fb4da93b (patch)
tree5d927b76cc335e6fd603c5051caac31761dca96c /main.go
parent279f73187b9de250de3b1788d1ce543c60832bc6 (diff)
fix(custom): missing method for new config
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index cd23aea..34086cc 100644
--- a/main.go
+++ b/main.go
@@ -79,6 +79,7 @@ func main() {
Handle()
for _, cp := range customPages {
+ slog.Info("Creating custom page...", "title", cp.Title, "uri", cp.URI)
g.NewTemplate("custom_page",
cp.URI,
cp.Title,