mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 08:20:53 +00:00
Fixed new articles
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
<div class="container-title">New Articles</div>
|
<div class="container-title">New Articles</div>
|
||||||
<section>
|
<section>
|
||||||
<div class="row outer-row">
|
<div class="row outer-row">
|
||||||
{% for post in site.related_posts limit: 5 %}
|
{% for post in site.posts limit: 5 %}
|
||||||
|
|
||||||
{% if forloop.index == 3 %}
|
{% if forloop.index == 3 %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user