edit services to add yggdrasil peers

This commit is contained in:
fzorb 2025-01-17 07:26:47 +02:00
parent 42dd5380e3
commit 467f905c0c
3 changed files with 15 additions and 4 deletions

View file

@ -23,15 +23,23 @@ name = "Guestbook"
pageRef = "/guestbook"
weight = 40
[[menus.main]]
name = "Webring"
pageRef = "/webring"
weight = 50
[[menus.main]]
name = "Who am I?"
pageRef = "/whoami"
weight = 50
weight = 60
[[menus.main]]
name = "Contact"
pageRef = "/contact"
weight = 60
weight = 70
[markup.goldmark.renderer]
unsafe = true