Files
bbc-young-reporter/index.md
2020-03-09 12:41:55 +00:00

1.3 KiB

title, description, layout
title description layout
BBC Young Reporter News articles written by Reading School students in year 8 home

{% if site.posts %} {% assign currentdate_count = 0 %} {% assign articles = site.posts | 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 keyboard_arrow_right
{% assign date = currentdate %} {% endif %} {% if currentdate_count < 3 %} {% assign currentdate_count = currentdate_count | plus: 1 %} {% include mdc-card.html article=article %} {% endif %} {% if currentdate != date %} {% endif %} {% if article.url == articles.last.url %}
{% endif %} {% endfor %} {% endif %}