Long-form end piece
The long-form end piece marks the end of content in a long-form story. This pattern must be included.
Rules for long-form end piece
- Must be included at the end of the main content, above the credits.
- Can be added to the last existing section with
<div class="long-form__content"><p class="end">8 February 2017</p></div>
.
Options available
Long-form end piece
To be used only on the long-form pages.
Wednesday 8 February 2017
Code
<!-- Begin pattern: long-form-end-piece //-->
<section class="long-form ">
<div class="container">
<div class="row">
<div class="long-form__wrapper">
<div class="long-form__content">
<p class='end'>Wednesday 8 February 2017</p>
</div>
</div>
</div>
</div>
</section>
<!-- End pattern: long-form-end-piece //-->