2013-05-11 06:16:11 -04:00
|
|
|
{{!< default}}
|
2017-05-15 16:03:47 -04:00
|
|
|
{{!-- The tag above means: insert everything in this file
|
|
|
|
into the {body} of the default.hbs template --}}
|
2013-08-20 12:53:02 -04:00
|
|
|
|
2017-05-15 16:03:47 -04:00
|
|
|
{{!-- The main content area --}}
|
2018-04-17 16:19:05 -04:00
|
|
|
<main id="site-main" class="site-main outer">
|
2019-10-21 01:43:34 -04:00
|
|
|
<div class="inner posts">
|
2013-08-10 09:06:01 -04:00
|
|
|
|
2023-02-13 12:12:16 -05:00
|
|
|
<section class="post-card post-card-large post-card-centred">
|
|
|
|
<div class="post-card-content">
|
|
|
|
<div class="post-card-content-link">
|
|
|
|
<header class="post-card-header">
|
|
|
|
<h2 class="post-card-title">Latest Posts</h2>
|
|
|
|
</header>
|
|
|
|
<div class="gh-banner-button">
|
|
|
|
<a href="{{@site.url}}/">← Back to home</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>{{!--/.post-card-content--}}
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2017-06-12 05:01:00 -04:00
|
|
|
<div class="post-feed">
|
2021-03-03 23:20:10 -05:00
|
|
|
{{#foreach posts}}
|
2017-06-12 05:01:00 -04:00
|
|
|
|
|
|
|
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
|
|
|
|
{{> "post-card"}}
|
|
|
|
|
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2013-09-01 11:02:37 -04:00
|
|
|
|
2017-05-15 16:03:47 -04:00
|
|
|
</div>
|
2015-02-28 07:34:58 -05:00
|
|
|
</main>
|