aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-07 15:22:18 +0200
committerWilliam Hergès <william@herges.fr>2025-09-07 15:22:18 +0200
commite2f739c9e19f57b72b599eaf5bfc10265e62ddb8 (patch)
tree5f70c95d68ada9d8292ceec6a06d38dffdce0aa9 /main.go
parente8da79df02b9045146e2a0cb9e035f14a68537c6 (diff)
feat(style): change tag to now
Diffstat (limited to 'main.go')
-rw-r--r--main.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.go b/main.go
index 7fd7093..22ff486 100644
--- a/main.go
+++ b/main.go
@@ -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()