Merge pull request #18 from MrSenko/fix_closing_p_tags

Fix broken HTML tags
This commit is contained in:
Gilson Filho 2016-01-18 08:44:35 -03:00
commit e842e6de42
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 %}