Fix broken HTML tags

The </p> tag should close before inserting the comments.
This commit is contained in:
Mr. Senko 2016-01-17 16:46:20 +02:00
parent 52f805521e
commit 974daea0e4
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
on {{ article.locale_date }}
{% include 'comments.html' %}
</p>
{% include 'comments.html' %}
</div>
{% endfor %}