Skip to content

Commit

Permalink
Added horizontal rule below breadcrumbs in archive views where articl…
Browse files Browse the repository at this point in the history
…es are listed.
  • Loading branch information
lethain committed Dec 3, 2008
1 parent a41dca4 commit e7f949a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/lifeflow/entry_archive_month.html
Expand Up @@ -8,6 +8,8 @@
<li><ol><li><a href="./">{{ month|date:"F" }}</a></li></ol></li>
</ul>

<hr>

{% with object_list as article_list %}
{% include "lifeflow/show_articles_list.html" %}
{% endwith %}
Expand Down

0 comments on commit e7f949a

Please sign in to comment.