mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Revert "Merge pull request #2 from mgrove36/development"
This reverts commit 8b8da21593.
This commit is contained in:
@@ -14,19 +14,18 @@
|
||||
|
||||
<main class="main-content" id="main-content">
|
||||
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||
<div class="parallax-section article-title-section" data-jarallax data-speed="0.4" style="background-image: url('/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}.jpg');">
|
||||
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
||||
</div>
|
||||
<figcaption class="mdc-typography--caption-text">{{ page.image-caption }}</figcaption>
|
||||
|
||||
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
||||
<h3 class="mdc-typography--subtitle1">
|
||||
<time class="timeago" datetime="{{ page.date | date: '%Y-%m-%d' }}T{{ page.date | date: '%H:%M:%S' }}">{{ page.date | date: '%A %e %B %Y' }}</time>
|
||||
| by {{ page.authors }}
|
||||
</h3>
|
||||
<div class="article-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="splitter"></div>
|
||||
<figure>
|
||||
<img src="/images/{{ page.url | relative_url | remove: '.html' | replace: '/', '-' | remove: '-articles-' }}--cover.jpg" style="width:100%;">
|
||||
<figcaption class="mdc-typography--caption-text">{{ page.image-caption }}</figcaption>
|
||||
</figure>
|
||||
{{ content }}
|
||||
|
||||
{% include article-carousel.html %}
|
||||
</div>
|
||||
</main>
|
||||
{% include footer.html %}
|
||||
|
||||
Reference in New Issue
Block a user