2020-10-30 00:19:49 +01:00
|
|
|
{{!< default}}
|
|
|
|
|
|
|
|
<div class="mind-index-header_main unselectable" id="vantajs">
|
2020-11-04 23:29:55 +01:00
|
|
|
<h1>{{@site.title}}</h1>
|
|
|
|
<i class="mind-global-header_arrow-down mind-global-header_arrow-down-big"></i>
|
2020-10-30 00:19:49 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<main>
|
2020-11-04 23:29:55 +01:00
|
|
|
{{> "navbar-secondary"}}
|
|
|
|
<div class="mind-content_main">
|
|
|
|
<div class="mind-feed-content_main">
|
2020-10-30 00:19:49 +01:00
|
|
|
|
2020-11-04 23:35:44 +01:00
|
|
|
{{!-- Looping through every post --}}
|
2020-11-04 23:29:55 +01:00
|
|
|
{{#foreach posts}}
|
2020-11-04 23:35:44 +01:00
|
|
|
{{> "post-card-big"}}
|
2020-11-04 23:29:55 +01:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2020-10-30 00:19:49 +01:00
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
2020-11-04 23:35:44 +01:00
|
|
|
{{!-- Vanta.JS Scripts to make the background cool, but disabled on mobile --}}
|
2020-11-04 23:38:08 +01:00
|
|
|
{{> "vanta-js"}}
|