mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 19:37:05 +00:00
5 lines
324 B
HTML
5 lines
324 B
HTML
{% assign article_url = page.url | relative_url %}
|
|
<figure>
|
|
<img src="/images{{ article_url | remove: '.html' | remove: '/articles' }}--extra-{{ include.id }}.jpg" style="width:100%;">
|
|
<figcaption class="mdc-typography--caption-text">{{ include.caption }} • © {{ include.copyright }}</figcaption>
|
|
</figure> |