summaryrefslogtreecommitdiff
path: root/blog/templates
diff options
context:
space:
mode:
Diffstat (limited to 'blog/templates')
-rw-r--r--blog/templates/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/index.html.j2 b/blog/templates/index.html.j2
index 09ce8ad..b3ed4e5 100644
--- a/blog/templates/index.html.j2
+++ b/blog/templates/index.html.j2
@@ -12,7 +12,7 @@
<p>{{ post.intro }}</p>
</a>
{% if not loop.last %}
-<hr>
+<hr class="post-listing">
{% endif %}
{% endfor %}
{% endblock %}