diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 19:13:44 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 19:13:44 +0100 |
| commit | e379601ec1f1ca70f955f7ea9dd07775fb4da93b (patch) | |
| tree | 5d927b76cc335e6fd603c5051caac31761dca96c /main.go | |
| parent | 279f73187b9de250de3b1788d1ce543c60832bc6 (diff) | |
fix(custom): missing method for new config
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
