Add the separators between articles on the index page.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user