diff options
Diffstat (limited to 'blog/templates/index.html.j2')
| -rw-r--r-- | blog/templates/index.html.j2 | 2 |
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 %} |
