fix(custom): missing method for new config

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-10 19:13:44 +01:00
parent 279f73187b
commit e379601ec1
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 43 additions and 13 deletions

View file

@ -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,