Small documentation update for 09-collections.md (#9803)

Merge pull request 9803
This commit is contained in:
Molly Exten 2025-04-08 11:06:45 -04:00 committed by GitHub
parent 1f319fb273
commit e4f0c58395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Ted has been eating fruit since he was baby.
Let's add a page which lists all the authors on the site. Jekyll makes the Let's add a page which lists all the authors on the site. Jekyll makes the
collection available at `site.authors`. collection available at `site.authors`.
Create `staff.html` and iterate over `site.authors` to output all the staff: Create `staff.html` in the root directory and iterate over `site.authors` to output all the staff:
{% raw %} {% raw %}
```liquid ```liquid