mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
When no articles exist, the navbar doesn't show the 'Articles' title, and the home page displays an appropriate message
1.5 KiB
1.5 KiB
title, description, layout
| title | description | layout |
|---|---|---|
| BBC Young Reporter | News articles written by Reading School students in year 8 | article-list |
{% if site.categories.articles %} {% for article in site.categories.articles %}
{{ article.title }}
| by {{ article.authors }}
Read
{% endfor %} {% else %}
We haven't got any articles for you yet! Come back during this year's BBC Young Reporter day to see what Reading School's year 8 students have produced! <style> center { margin: 25vh auto 25vh auto; } </style> {% endif %}