diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -63,7 +63,14 @@ func main() { "/credits", "Credits", "", - "Credits of the "+cfg.Person.Name+"'s Now page", + "Credits of "+cfg.Person.Name+"'s Now page", + &cfg). + Handle() + g.NewTemplate("tags", + "/tags", + "Tags", + "", + "Tags of "+cfg.Person.Name+"'s Now page", &cfg). Handle() |
