diff options
| author | William Hergès <william@herges.fr> | 2025-09-07 15:22:18 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-07 15:22:18 +0200 |
| commit | e2f739c9e19f57b72b599eaf5bfc10265e62ddb8 (patch) | |
| tree | 5f70c95d68ada9d8292ceec6a06d38dffdce0aa9 /main.go | |
| parent | e8da79df02b9045146e2a0cb9e035f14a68537c6 (diff) | |
feat(style): change tag to now
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -117,14 +117,14 @@ func main() { "/legal", "Legal things", "", - "Legal information about "+cfg.Person.Name+"'s Now page", + "Legal information about "+cfg.Person.Name+"'s bio", &cfg, ).Handle() - g.NewTemplate("tags", - "/tags", - "Tags", + g.NewTemplate("now", + "/now", + "Now", "", - "Tags of "+cfg.Person.Name+"'s Now page", + ""+cfg.Person.Name+"'s now", &cfg, ).Handle() |
