Fix broken HTML tags
The </p> tag should close before inserting the comments.
This commit is contained in:
parent
52f805521e
commit
974daea0e4
@ -40,8 +40,8 @@
|
|||||||
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
|
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
on {{ article.locale_date }}
|
on {{ article.locale_date }}
|
||||||
{% include 'comments.html' %}
|
|
||||||
</p>
|
</p>
|
||||||
|
{% include 'comments.html' %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user