Fix: Restore Blowfish formatting and inject dynamic edit links via environment variables
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 19s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 19s
This commit is contained in:
@@ -1,16 +1,26 @@
|
||||
# This overrides the framework's default menu for the public site.
|
||||
|
||||
[[main]]
|
||||
name = "Projects"
|
||||
pageRef = "/projects"
|
||||
name = "projects"
|
||||
pageRef = "projects"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Posts"
|
||||
pageRef = "/posts"
|
||||
name = "posts"
|
||||
pageRef = "posts"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Stream"
|
||||
pageRef = "/stream"
|
||||
weight = 30
|
||||
name = "stream"
|
||||
pageRef = "stream"
|
||||
weight = 30
|
||||
|
||||
[[subnavigation]]
|
||||
name = "lab"
|
||||
pageRef = "lab_setup"
|
||||
weight = 10
|
||||
|
||||
[[subnavigation]]
|
||||
name = "resume"
|
||||
pageRef = "resume"
|
||||
weight = 20
|
||||
Reference in New Issue
Block a user