Fix minor issues

- fixed indentation
- moved navbars and policy popup to "partials"
- fixed broken image if website icon wasn't set
This commit is contained in:
Lorenzo Dellacà
2020-11-04 23:29:55 +01:00
parent 3cf0c72092
commit eefd3de659
13 changed files with 109 additions and 107 deletions

View File

@@ -7,18 +7,16 @@
<main>
<nav class="mind-global-navbar_secondary unselectable">
{{navigation type="secondary"}}
</nav>
<div class="mind-content_main">
<div class="mind-feed-content_main">
{{> "navbar-secondary"}}
<div class="mind-content_main">
<div class="mind-feed-content_main">
<!-- Looping through every post -->
{{#foreach posts}}
{{> "post-card-big"}}
{{/foreach}}
<!-- Looping through every post -->
{{#foreach posts}}
{{> "post-card-big"}}
{{/foreach}}
</div>
</div>
</div>
</main>
<!-- Vanta.JS Scripts to make the background cool, but disabled on mobile -->