Lorenzo DellacĂ
eefd3de659
- fixed indentation - moved navbars and policy popup to "partials" - fixed broken image if website icon wasn't set
23 lines
590 B
Handlebars
23 lines
590 B
Handlebars
{{!< default}}
|
|
<div class="mind-post-header unselectable">
|
|
{{#post}}
|
|
<div>
|
|
<h1>{{title}}</h1>
|
|
</div>
|
|
{{/post}}
|
|
<i class="mind-global-header_arrow-down mind-global-header_arrow-down-mid"></i>
|
|
</div>
|
|
|
|
<main>
|
|
{{!< navbar}}
|
|
<div class="mind-content_main">
|
|
<div class="mind-tag-content_main">
|
|
{{#get 'tags' limit='all' include='count.posts' order='count.posts desc'}}
|
|
{{#foreach tags}}
|
|
{{> "tag-card-big"}}
|
|
{{/foreach}}
|
|
{{/get}}
|
|
</div>
|
|
</div>
|
|
</main>
|