article: Add a way to suppress the date

This is handly if an article is just an overview page or a list of subpages.
This commit is contained in:
v1ne
2019-11-19 22:15:49 +01:00
committed by Carson Ip
parent 95686c0326
commit 32e4690938
2 changed files with 10 additions and 0 deletions

View File

@@ -99,6 +99,14 @@ katex = true
+++
```
### Suppress date in an article
Hide the date from an article, e.g. because it's just an index:
```
+++
omitDate = true
+++
```
## Contributing
1. Fork it!