summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4f9c74f..d7a24a7 100644
--- a/README.md
+++ b/README.md
@@ -59,19 +59,15 @@ theme = 'ed'
[menu]
[[menu.nav]]
- name = "Posts"
- url = "/posts/"
+ name = "About"
+ url = "/about/"
weight = 1
[[menu.nav]]
- name = "Tags"
- url = "/tags/"
+ name = "Credits"
+ url = "/credits/"
weight = 2
[[menu.nav]]
name = "Documentation"
url = "/documentation/"
weight = 3
- [[menu.nav]]
- name = "About"
- url = "/about/"
- weight = 4
```