Fixed new articles
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user