Fixing comments of PR #3
This commit is contained in:
parent
bcc0119c08
commit
121837931f
5 changed files with 19 additions and 21 deletions
|
@ -69,7 +69,7 @@ my_webcomic/
|
|||
E01P01.jpg
|
||||
```
|
||||
|
||||
Now, you can navigate to `https://localhost:1313/about/` and you should see the about page:
|
||||
You can navigate to `https://localhost:1313/about/` and you should see the about page:
|
||||
|
||||

|
||||
|
||||
|
@ -123,7 +123,7 @@ Now, we can add our own About page entry inside the `[menus]` table:
|
|||
* `name` is what is displayed in the nav
|
||||
* `pageRef` is what page should be displayed, relative to the
|
||||
`content/` folder
|
||||
* `weight` is the sorting the menu entries just like we saw for pages
|
||||
* `weight` is for sorting the menu entries just like we saw for pages
|
||||
|
||||
Be careful, we need `[[menus.main]]` and **not** `[menus.main]`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue