mirror of
https://github.com/welpo/tabi.git
synced 2026-02-15 23:57:19 +01:00
✨ feat: allow setting post_listing_date per section
This commit is contained in:
parent
db5062fb3f
commit
a3ae897c83
4 changed files with 15 additions and 2 deletions
|
|
@ -183,6 +183,10 @@ By default, when listing posts, the date of post creation is shown. You can conf
|
|||
post_listing_date = "date"
|
||||
```
|
||||
|
||||
{% admonition(type="tip") %}
|
||||
This setting follows the hierarchy: you can set a global value in `config.toml` or override it for specific sections in their `_index.md` file. In both cases, add it to the `[extra]` section.
|
||||
{% end %}
|
||||
|
||||
#### Listing Projects
|
||||
|
||||
You can showcase a selection of projects on your main page. To do this, you'll need to set up the `projects` directory first.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue