From 83a7fc5cf8eda929eef75305ec8435ecd228d2f4 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 14 Nov 2024 14:48:13 +0100 Subject: feat(legal): merge legal and credits page --- main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index d26dbae..57ef485 100644 --- a/main.go +++ b/main.go @@ -59,11 +59,11 @@ func main() { g.Templates = append(g.Templates, "templates/base/*.gohtml") g.NewTemplate("index", "/", cfg.Person.Name, "", "", &cfg).Handle() - g.NewTemplate("credits", - "/credits", - "Credits", + g.NewTemplate("legal", + "/legal", + "Legal things", "", - "Credits of "+cfg.Person.Name+"'s Now page", + "Legal information about "+cfg.Person.Name+"'s Now page", &cfg). Handle() g.NewTemplate("tags", -- cgit v1.2.3