aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 17:21:46 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 17:21:46 +0100
commit64c8ae31ff131e9d1071abeda55a1c1cb2bf5125 (patch)
tree3931ed142716e8566ee12537e62ff0a3237f16ab /main.go
parente59feeba358683dcaf01cd678e9754f91d99cca5 (diff)
feat(data): tags
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/main.go b/main.go
index c040fbc..897bc57 100644
--- a/main.go
+++ b/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()