Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gasparini <36965464+andrea-gasparini@users.noreply.github.com>2020-05-07 23:47:01 +0300
committerGitHub <noreply@github.com>2020-05-07 23:47:01 +0300
commit070fa4bb0df26dfc30fed3cbb230b36dcbaf8192 (patch)
treefe9e6547c06bdd26187a29c222e5c53dbf73f163 /README.md
parent0555d4ff0e8f379b57792a3eb608e3ea5d5121d9 (diff)
Fix /posts typo and duplicated url
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 90b5efc..5b09e8f 100644
--- a/README.md
+++ b/README.md
@@ -75,11 +75,10 @@ To add a submenu item add `[[menu.header]]` item with a parent parameter to `con
identifier = "post"
name = "posts"
weight = 0
- url = "/post"
[[menu.header]]
parent = "post"
name = "All Posts"
- url = "/post"
+ url = "/posts"
[[menu.header]]
parent = "post"
name = "categories"