From 7455dc8fd0cd52108ea46177f42da6fa3febc52e Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Mon, 16 Dec 2024 21:40:56 +0300 Subject: [PATCH] fix post sorting --- templates/index.hbs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/index.hbs b/templates/index.hbs index 9f4c83f..99dfc29 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -35,17 +35,17 @@ {{/if}} - {{#each posts}} -
-
- {{title}} - -
- {{description}}
- {{>post_table post style=@root.style}} -
-
- {{else}} there are no posts right now. check back later! {{/each}} +
+ {{#each posts}} +
+ {{title}} + +
+ {{description}}
+ {{>post_table post style=@root.style}} +
+ {{else}} there are no posts right now. check back later! {{/each}} +
{{#if (gt (len tags) 0)}}