From a39c83793ebca736ff09a6fad1a1dd5f47eebbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Wed, 4 Nov 2020 23:35:44 +0100 Subject: [PATCH] Fix comments and indentation --- default.hbs | 2 +- home.hbs | 4 +- index.hbs | 6 +-- tag.hbs | 106 ++++++++++++++++++++++++++-------------------------- 4 files changed, 59 insertions(+), 59 deletions(-) diff --git a/default.hbs b/default.hbs index 3a6684e..fb7be37 100755 --- a/default.hbs +++ b/default.hbs @@ -8,7 +8,7 @@ - + {{!-- Scripts Begin --}} diff --git a/home.hbs b/home.hbs index 22f3057..163e032 100644 --- a/home.hbs +++ b/home.hbs @@ -11,7 +11,7 @@
- + {{!-- Looping through every post --}} {{#foreach posts}} {{> "post-card-big"}} {{/foreach}} @@ -19,7 +19,7 @@
- +{{!-- Vanta.JS Scripts to make the background cool, but disabled on mobile --}} +{{!< default}} + +
+ {{#tag}} + +
+

{{name}}

+

+ {{#if description}} + {{description}} + {{else}} + {{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}} + • see all tags + {{/if}} +

+
+ {{/tag}} + +
+ +
+
+
+ + {{!-- Looping through every post --}} + {{#foreach posts}} + {{> "post-card-big"}} + {{/foreach}} +
+
+
+ +{{!-- Vanta.JS Scripts to make the background cool, but disabled on mobile --}} +