Added Switzerland post

This commit is contained in:
Asutosh Palai
2017-03-05 19:42:30 +05:30
parent ae864b131e
commit 3b4d99df11
5 changed files with 64 additions and 1 deletions

View File

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