From 64c8ae31ff131e9d1071abeda55a1c1cb2bf5125 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 12 Nov 2024 17:21:46 +0100 Subject: feat(data): tags --- main.go | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'main.go') 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() -- cgit v1.2.3