Add the separators between articles on the index page.

This commit is contained in:
2024-04-11 14:30:34 +03:00
parent 76cd096f70
commit b79c1e4134
+4
View File
@@ -5,5 +5,9 @@
{{#each articles as |article|}}
{{> article_briefly article=article }}
{{#unless @last}}
<hr class="w-48 h-1 mx-auto my-4 bg-gray-100 border-0 rounded md:my-10 dark:bg-gray-700">
{{/unless}}
{{/each}}
</main>