Fixing comments of PR #3

This commit is contained in:
Christian Aribaud 2025-06-01 18:14:29 +02:00
parent bcc0119c08
commit 121837931f
5 changed files with 19 additions and 21 deletions

View file

@ -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:
![About page](about_page.jpg)
@ -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]`.