mind-overflow-website-ghost.../index.hbs

24 lines
595 B
Handlebars
Raw Permalink Normal View History

2020-10-30 00:19:49 +01:00
{{!< 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>
2020-10-30 00:19:49 +01:00
</div>
<main>
{{> "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 --}}
{{#foreach posts}}
2020-11-04 23:35:44 +01:00
{{> "post-card-big"}}
{{/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 --}}
{{> "vanta-js"}}