24 lines
595 B
Handlebars
24 lines
595 B
Handlebars
{{!< default}}
|
|
|
|
<div class="mind-index-header_main unselectable" id="vantajs">
|
|
<h1>{{@site.title}}</h1>
|
|
<i class="mind-global-header_arrow-down mind-global-header_arrow-down-big"></i>
|
|
</div>
|
|
|
|
|
|
<main>
|
|
{{> "navbar-secondary"}}
|
|
<div class="mind-content_main">
|
|
<div class="mind-feed-content_main">
|
|
|
|
{{!-- Looping through every post --}}
|
|
{{#foreach posts}}
|
|
{{> "post-card-big"}}
|
|
{{/foreach}}
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
{{!-- Vanta.JS Scripts to make the background cool, but disabled on mobile --}}
|
|
{{> "vanta-js"}}
|