From b79c1e4134f9f62b9bae905d89a836f02d3eac3b Mon Sep 17 00:00:00 2001 From: KKlochko Date: Thu, 11 Apr 2024 14:30:34 +0300 Subject: [PATCH] Add the separators between articles on the index page. --- views/index.hbs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/index.hbs b/views/index.hbs index 4fc023e..2eb90d7 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -5,5 +5,9 @@ {{#each articles as |article|}} {{> article_briefly article=article }} + + {{#unless @last}} +
+ {{/unless}} {{/each}}