diff options
| author | Carlos López <00xc@protonmail.com> | 2023-08-09 22:40:53 +0200 |
|---|---|---|
| committer | Carlos López <00xc@protonmail.com> | 2023-08-09 22:40:53 +0200 |
| commit | 58fc7dd95a75ba9568b7f5e62d6d7eff93bb1b24 (patch) | |
| tree | 56cfe2f46b1541847df54961dfa0efe335ec556c /README.md | |
| parent | d39edd0a30d559fb9d792481c9c3b45760408722 (diff) | |
Make dates in post titles optional
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ To enable listing of pages in homepage add the following in `config.toml` list_pages = true ``` +If you do not want the date of the post added next to the title in the list, add the following as well: + +```toml +no_list_date = true +``` + ### Header and footer nav links Also in the `extra` section in `config.toml` |
