feat(data): tags

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-12 17:21:46 +01:00
parent e59feeba35
commit 64c8ae31ff
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 31 additions and 2 deletions

View file

@ -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()