mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Add list of articles by same author(s) to each article page It is in the form of a carousel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<link href="/css/article-page.css" rel="stylesheet">
|
||||
{% include article-page-head.html %}
|
||||
<body>
|
||||
<!-- cookie notice is included automatically -->
|
||||
{% include cookie-notice.html %}
|
||||
@@ -24,9 +24,12 @@
|
||||
<figcaption class="mdc-typography--caption-text">{{ page.video-caption }}</figcaption>
|
||||
</figure>
|
||||
{{ content }}
|
||||
|
||||
{% include article-carousel.html %}
|
||||
</div>
|
||||
</main>
|
||||
{% include footer.html %}
|
||||
{% include top-scroll-button.html %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user