fix(custom): missing method for new config
This commit is contained in:
parent
279f73187b
commit
e379601ec1
3 changed files with 43 additions and 13 deletions
1
main.go
1
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue