mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
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 | home |
{% 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 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 %}