Fix comments and indentation
This commit is contained in:
parent
eefd3de659
commit
a39c83793e
@ -8,7 +8,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
|
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Scripts Begin -->
|
{{!-- Scripts Begin --}}
|
||||||
<script src="{{asset "js/jquery-3.5.1.js"}}"></script>
|
<script src="{{asset "js/jquery-3.5.1.js"}}"></script>
|
||||||
<script src="{{asset "js/policy-popup.js"}}"></script>
|
<script src="{{asset "js/policy-popup.js"}}"></script>
|
||||||
<script src="{{asset "js/arrow-fade.js"}}" async></script>
|
<script src="{{asset "js/arrow-fade.js"}}" async></script>
|
||||||
|
4
home.hbs
4
home.hbs
@ -11,7 +11,7 @@
|
|||||||
<div class="mind-content_main">
|
<div class="mind-content_main">
|
||||||
<div class="mind-feed-content_main">
|
<div class="mind-feed-content_main">
|
||||||
|
|
||||||
<!-- Looping through every post -->
|
{{!-- Looping through every post --}}
|
||||||
{{#foreach posts}}
|
{{#foreach posts}}
|
||||||
{{> "post-card-big"}}
|
{{> "post-card-big"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</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>
|
<script>
|
||||||
if(window.screen.width > 800)
|
if(window.screen.width > 800)
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="mind-content_main">
|
<div class="mind-content_main">
|
||||||
<div class="mind-feed-content_main">
|
<div class="mind-feed-content_main">
|
||||||
|
|
||||||
<!-- Looping through every post -->
|
{{!-- Looping through every post --}}
|
||||||
{{#foreach posts}}
|
{{#foreach posts}}
|
||||||
{{> "post-card-big"}}
|
{{> "post-card-big"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</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>
|
<script>
|
||||||
if(window.screen.width > 800)
|
if(window.screen.width > 800)
|
||||||
{
|
{
|
||||||
|
4
tag.hbs
4
tag.hbs
@ -22,7 +22,7 @@
|
|||||||
<div class="mind-content_main">
|
<div class="mind-content_main">
|
||||||
<div class="mind-feed-content_main">
|
<div class="mind-feed-content_main">
|
||||||
|
|
||||||
<!-- Looping through every post -->
|
{{!-- Looping through every post --}}
|
||||||
{{#foreach posts}}
|
{{#foreach posts}}
|
||||||
{{> "post-card-big"}}
|
{{> "post-card-big"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</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>
|
<script>
|
||||||
if(window.screen.width > 800)
|
if(window.screen.width > 800)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user