--- title: BBC Young Reporter description: Articles from Reading School's year 8 students ---
{% if site.articles %} {% assign currentdate_count = 0 %} {% assign articles = site.articles | sort: date | reverse %} {% for article in articles %} {% assign currentdate = article.date | date: "%Y" %} {% if currentdate != date %} {% assign currentdate_count = 0 %} {% if article.url != articles.first.url %}
{% endif %}

{{ currentdate }}

See all
{% assign date = currentdate %} {% endif %} {% if currentdate_count < 3 %} {% assign currentdate_count = currentdate_count | plus: 1 %}
{% assign article_url = article.url | relative_url %}

{{ article.title }}

• by {{ article.authors }}

{{ article.description }}

Read more
{% endif %} {% if article.url == articles.last.url %}
{% endif %} {% endfor %} {% endif %}