2021-07-10 21:23:59 +00:00
|
|
|
{{!< default}} <div class="page-header page-header--short">
|
|
|
|
<div class="page-header__background responsive-header-img">
|
|
|
|
<div class="page-header__overlay"></div>
|
|
|
|
</div>
|
|
|
|
<div class="page-header__contents">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{#author}}
|
|
|
|
<div class="post-header container mx-auto main">
|
|
|
|
<p class="post-header__text">
|
|
|
|
<span class="post-header__tag-name">Author</span>
|
|
|
|
</p>
|
|
|
|
<div class="post-header__heading post-header__heading--tag">
|
|
|
|
{{#if profile_image}}
|
|
|
|
<style>
|
|
|
|
.author-image {
|
|
|
|
background-image: url('{{profile_image}}');
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<span class="post-header__heading--tag-color author-image"></span>
|
|
|
|
{{else}}
|
|
|
|
<span class="post-header__heading--tag-color"></span>
|
|
|
|
{{/if}}
|
|
|
|
<h1 class="post-header__heading">
|
|
|
|
{{name}}
|
|
|
|
</h1>
|
2019-11-08 20:59:26 +00:00
|
|
|
</div>
|
2021-07-10 21:23:59 +00:00
|
|
|
<p class="post-header__text">
|
|
|
|
{{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}}
|
|
|
|
</p>
|
|
|
|
<p class="post-header__text">
|
|
|
|
{{#if website}}
|
|
|
|
<span class=""><a href="{{website}}" target="_blank" rel="noopener">Website</a></span>
|
|
|
|
{{/if}}
|
|
|
|
{{#if twitter}}
|
|
|
|
<span class=""><a href="{{twitter_url}}" target="_blank"
|
|
|
|
rel="noopener">Twitter</a></span>
|
|
|
|
{{/if}}
|
|
|
|
{{#if facebook}}
|
|
|
|
<span class=""><a href="{{facebook_url}}" target="_blank"
|
|
|
|
rel="noopener">Facebook</a></span>
|
|
|
|
{{/if}}
|
|
|
|
</p>
|
|
|
|
{{#if bio}}
|
|
|
|
<p class="page-header__text">{{bio}}</p>
|
|
|
|
{{/if}}
|
|
|
|
{{#if cover_image}}
|
|
|
|
<figure class="post-header__featured-image">
|
|
|
|
<img src="{{cover_image}}" alt="{{name}}" loading="lazy">
|
|
|
|
</figure>
|
|
|
|
{{/if}}
|
2019-11-08 20:59:26 +00:00
|
|
|
</div>
|
2021-04-14 08:24:27 +00:00
|
|
|
{{/author}}
|
|
|
|
<main class="post-list container mx-auto">
|
|
|
|
{{#foreach posts}}
|
2019-11-09 21:10:51 +00:00
|
|
|
{{> "post-card"}}
|
2021-04-14 08:24:27 +00:00
|
|
|
{{/foreach}}
|
|
|
|
</main>
|
|
|
|
{{#contentFor "scripts"}}
|
|
|
|
{{/contentFor}}
|