Fix comments and indentation
This commit is contained in:
@@ -11,15 +11,15 @@
|
||||
<div class="mind-content_main">
|
||||
<div class="mind-feed-content_main">
|
||||
|
||||
<!-- Looping through every post -->
|
||||
{{!-- Looping through every post --}}
|
||||
{{#foreach posts}}
|
||||
{{> "post-card-big"}}
|
||||
{{> "post-card-big"}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Vanta.JS Scripts to make the background cool, but disabled on mobile -->
|
||||
{{!-- Vanta.JS Scripts to make the background cool, but disabled on mobile --}}
|
||||
<script>
|
||||
if(window.screen.width > 800)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user