feat(data): tags
This commit is contained in:
parent
e59feeba35
commit
64c8ae31ff
4 changed files with 31 additions and 2 deletions
9
main.go
9
main.go
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue