Fixed new articles

This commit is contained in:
Asutosh Palai
2017-01-09 10:00:31 +05:30
parent a28d1faf6b
commit 03bf66bebf

View File

@ -36,7 +36,7 @@
<div class="container-title">New Articles</div>
<section>
<div class="row outer-row">
{% for post in site.related_posts limit: 5 %}
{% for post in site.posts limit: 5 %}
{% if forloop.index == 3 %}
</div>