edit services to add yggdrasil peers
This commit is contained in:
parent
42dd5380e3
commit
467f905c0c
3 changed files with 15 additions and 4 deletions
12
config.toml
12
config.toml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue