2019-02-24 23:02:40 +00:00
|
|
|
{{!< default}}
|
|
|
|
|
|
|
|
{{#tag}}
|
2019-02-25 16:14:38 +00:00
|
|
|
{{> header background=feature_image}}
|
|
|
|
|
2019-02-24 23:02:40 +00:00
|
|
|
{{> hero background=feature_image}}
|
|
|
|
<div class="m-hero__content" data-aos="fade-down">
|
2019-02-27 16:15:35 +00:00
|
|
|
<h1 class="m-hero-title bigger">{{name}}</h1>
|
2019-02-24 23:02:40 +00:00
|
|
|
<p class="m-heading__description">
|
|
|
|
{{plural ../pagination.total empty="No posts" singular="% post" plural="% posts"}} with this tag
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
{{/tag}}
|
|
|
|
|
|
|
|
<main role="main">
|
|
|
|
<section class="l-content">
|
|
|
|
<div class="l-wrapper" data-aos="fade-up" data-aos-delay="300">
|
|
|
|
<section class="l-grid centered">
|
|
|
|
{{> "loop"}}
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
{{pagination}}
|
|
|
|
</section>
|
|
|
|
</main>
|