diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 14:48:13 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 14:48:13 +0100 |
| commit | 83a7fc5cf8eda929eef75305ec8435ecd228d2f4 (patch) | |
| tree | b7eda052aa52e57ac9de2139f728678e53912596 /main.go | |
| parent | 9787e1a1d5364ca056ec033f26e28a76ab6423e1 (diff) | |
feat(legal): merge legal and credits page
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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", |
