2020-11-04 23:35:44 +01:00
|
|
|
{{!< default}}
|
|
|
|
|
|
|
|
<div class="mind-post-header unselectable">
|
|
|
|
{{#tag}}
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h1>{{name}}</h1>
|
|
|
|
<p>
|
|
|
|
{{#if description}}
|
|
|
|
{{description}}
|
|
|
|
{{else}}
|
|
|
|
{{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}}
|
|
|
|
• <a class="mind-post-header_tag" href="/tags/">see all tags</a>
|
|
|
|
{{/if}}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{{/tag}}
|
|
|
|
<i class="mind-global-header_arrow-down mind-global-header_arrow-down-mid"></i>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<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 --}}
|
2020-11-04 23:38:08 +01:00
|
|
|
{{> "vanta-js"}}
|