summaryrefslogtreecommitdiff
path: root/wiki/features/collections.md
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/features/collections.md')
-rw-r--r--wiki/features/collections.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/wiki/features/collections.md b/wiki/features/collections.md
index afc6394..8a1fa79 100644
--- a/wiki/features/collections.md
+++ b/wiki/features/collections.md
@@ -38,3 +38,12 @@ Summaries can be turned on and off with this setting.
[params]
listSummaries = true
```
+
+## Hide List Date
+
+To hide the dates on the list page, add the following to the frontmatter of the collection's `_index.md`:
+
+```toml
+[params]
+showListDate = false
+``` \ No newline at end of file