📝 docs(mastering tabi): clarify post sorting in Archive

Related: #339
This commit is contained in:
welpo
2024-06-27 13:48:55 +02:00
parent 0a8d01014f
commit c9c8ed84a0
3 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
+++
title = "Mastering tabi Settings: A Comprehensive Guide"
date = 2023-09-18
updated = 2024-06-22
updated = 2024-06-27
description = "Discover the many ways you can customise your tabi site."
[taxonomies]
@@ -325,7 +325,10 @@ By default, the archive will list posts located in `blog/`. To customise this, y
section_path = ["blog/", "notes/", "path-three/"]
```
**Note**: the Archive page will only list posts that have a date in their front matter.
**Notes**:
- the Archive page will only list posts that have a date in their front matter.
- Post sorting is determined by the `sort_by` variable of the sections you are archiving. This demo uses `sort_by = "date"` set in the `blog/_index.md`.
### Tags