Merge pull request #18 from MrSenko/fix_closing_p_tags
Fix broken HTML tags
This commit is contained in:
commit
e842e6de42
@ -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