mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-02-22 21:24:34 +01:00
fixup: Add a note to readme
This commit is contained in:
parent
9989929679
commit
56fbfcfc52
10
README.md
10
README.md
|
@ -348,6 +348,16 @@ page_titles = "combined"
|
|||
All the configuration options are also described in
|
||||
[`config.toml`](../master/config.toml).
|
||||
|
||||
### Post date format
|
||||
|
||||
You can customize the format of the post date by adding:
|
||||
|
||||
```toml
|
||||
[extra]
|
||||
# Overwrite the format to Jan 13, 2025.
|
||||
post_date_format = "%b %d, %Y"
|
||||
```
|
||||
|
||||
## Extending
|
||||
|
||||
Each of the templates defines named blocks, so
|
||||
|
|
Loading…
Reference in a new issue