Fix appearance of kind-specific feed pages

This commit is contained in:
Danielle McLean 2017-10-27 20:43:56 +11:00
parent 6678c4cdbb
commit 85be02c7d2
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
{% endblock %}
{% block main %}
<ol class="container list-unstyled">
<ol class="container list-unstyled entries">
{% for entry in entries %}
<li>
{% include 'entries/h-entry.html' %}