From cc3456fa3b149461992299fc70653387abf9ed72 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Thu, 11 Apr 2024 21:29:57 +0300 Subject: [PATCH] Update the index page to the partial for articles. --- views/index.hbs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/views/index.hbs b/views/index.hbs index 2d348f0..c81c10f 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -3,13 +3,5 @@ {{> search_articles }} -
- {{#each articles as |article|}} - {{> article_briefly article=article }} - - {{#unless @last}} -
- {{/unless}} - {{/each}} -
+ {{> articles_briefly }}