Files
bbc-young-reporter/index.md
Matthew Grove 8671144229 Enable auto-population & remove author pages
Make the navbar, main article list and content of articles (images, dates and authors) populate automatically, and remove pages for each author.
2019-01-25 20:36:38 +00:00

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
<style> .{{ article.url | relative_url | replace: '/', '-' | replace: '.', '-' }} { background-image: url("/images/{{ article.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--cover.jpg"); } </style>

{% endfor %}