2021-04-14 08:24:27 +00:00
|
|
|
{{!< default}} {{> header-background background=@site.cover_image}}
|
|
|
|
|
|
|
|
<div class="page-header">
|
|
|
|
<div class="page-header__background responsive-header-img">
|
|
|
|
<div class="page-header__overlay"></div>
|
2019-11-08 20:59:26 +00:00
|
|
|
</div>
|
2021-04-14 08:24:27 +00:00
|
|
|
<div class="page-header__contents">
|
|
|
|
<div class="container mx-auto main">
|
|
|
|
{{#if @site.logo}}
|
|
|
|
<img src="{{img_url @site.logo size=" l"}}" alt="{{@site.title}}" class="page-header__icon">
|
|
|
|
{{/if}}
|
|
|
|
<h1>{{@site.title}}</h1>
|
|
|
|
<p>{{@site.description}}</p>
|
2020-11-11 19:54:23 +00:00
|
|
|
</div>
|
2020-11-11 10:59:27 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-11-11 04:54:56 +00:00
|
|
|
|
2021-04-14 08:24:27 +00:00
|
|
|
<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}}
|