diff options
-rw-r--r-- | docs/collections.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/collections.md b/docs/collections.md index 04c33ced2..3e67c2c82 100644 --- a/docs/collections.md +++ b/docs/collections.md @@ -108,7 +108,7 @@ function formatDate(date) { </head> <body> <main> - <h5>Results {collection.start + 1}–{collection.end + 1} of {collection.total}</h6> + <h5>Results {collection.start + 1}–{collection.end + 1} of {collection.total}</h5> {collection.data.map((post) => ( <h1>{post.title}</h1> <time>{formatDate(post.published_at)}</time> |