Fix typo in README.md

extra section is part of the front matter
This commit is contained in:
ZzMzaw 2024-10-31 08:19:52 +01:00 committed by GitHub
parent bd45a1ae45
commit 6d5a7c0682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,11 +132,11 @@ highlight_theme = "css"
title = "Home"
# Note we're not setting `paginate_by` here.
template = "section.html"
+++
[extra]
section_path = "blog/_index.md" # Where to find your posts.
max_posts = 5 # Show 5 posts on the home page.
+++
```
- This will display the latest 5 posts from the `blog/` section.