forked from 00dani/lemoncurry
Fix appearance of kind-specific feed pages
This commit is contained in:
parent
6678c4cdbb
commit
85be02c7d2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
|
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<ol class="container list-unstyled">
|
<ol class="container list-unstyled entries">
|
||||||
{% for entry in entries %}
|
{% for entry in entries %}
|
||||||
<li>
|
<li>
|
||||||
{% include 'entries/h-entry.html' %}
|
{% include 'entries/h-entry.html' %}
|
||||||
|
|
Loading…
Reference in a new issue