mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Make the navbar, main article list and content of articles (images, dates and authors) populate automatically, and remove pages for each author.
1.3 KiB
1.3 KiB
title, description, layout
| title | description | layout |
|---|---|---|
| BBC Young Reporter | News articles written by Reading School students in year 8 | article-list |
{% for article in site.categories.articles %}
{{ article.title }}
| by {{ article.authors }}
Read
{% endfor %}