added horizontal lines to post list
This commit is contained in:
parent
55d29eecd4
commit
adce9bbaca
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<ul>
|
||||
{{#posts}}
|
||||
<li><a href="{{link}}">{{title}}</a> - {{date}}</li>
|
||||
<hr />
|
||||
{{/posts}}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue