added horizontal lines to post list

This commit is contained in:
Pagwin 2024-11-02 21:37:07 -04:00
parent 55d29eecd4
commit adce9bbaca
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -1,5 +1,6 @@
<ul>
{{#posts}}
<li><a href="{{link}}">{{title}}</a> - {{date}}</li>
<hr />
{{/posts}}
</ul>