Skip to content

Commit 3899eae

Browse files
committed
add divider between posts on home page
1 parent 3419958 commit 3899eae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ tagline: Official team blog
99
<div class="date"><small>{{ post.date | date_to_string }} </small></div>
1010
<h2><a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a><small> - {{ post.tagline }}</small></h2>
1111
{{ post.content }}
12+
<hr />
1213
{% endfor %}
14+
<a href="/archive.html">More posts...</a>

0 commit comments

Comments
 (0)