aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()