Skip to content

Commit 19867a0

Browse files
committed
w
1 parent 9ed6ed2 commit 19867a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div class="swiper-wrapper">
3333
{% assign swiper-news_counter = 0 %}
3434
{% for post in site.categories['news'] limit:20 %}
35-
{% if post.categories contains 'swiper-news' and swiper-news_counter < 4 %}
35+
{% if post.categories contains 'swiper-news' and swiper-news_counter < 6 %}
3636
{% assign swiper-news_id = post.id %}
3737
{% assign swiper-news_counter = swiper-news_counter | plus:1 %}
3838
<div class="swiper-slide">
@@ -61,7 +61,7 @@ <h5>Event date: {{ post.event-date | date: "%Y/%m/%d" }}</h5>{%else%}<br>{% end
6161
</div>
6262
<!-- Swiper JS -->
6363
<script src="../css/swiper.min.js"></script>
64-
64+
6565
<!-- Initialize Swiper -->
6666
<script>
6767
var swiper = new Swiper('.swiper-container', {
@@ -111,7 +111,7 @@ <h5>Event date: {{ post.event-date | date: "%Y/%m/%d" }}</h5>{%else%}<br>{% end
111111
<br />
112112
</div>
113113

114-
114+
115115

116116
{% assign usual-news-counter = 0 %}
117117
<div class="row zebra-md">

0 commit comments

Comments
 (0)