-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
47 lines (44 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
rbar:
- calendar
- fb
img: banner-volby2022.jpg
---
<!--
{% include homepage/banner.html
title='Piráti Ostrava Volby 2022'
link='/volby/magistrat2022.html'
default='banner-volby2022.jpg'
mobile='banner-volby2022-mobile.jpg'
breakpoint=640
%}
-->
{% include homepage/banner.html
title='Piráti Ostrava'
default='banner-2022.jpg'
mobile='banner-mobile-2022.jpg'
breakpoint=640
%}
<div class="row">
<div class="medium-12 large-8 columns">
<section class="o-section o-section--spaceBot">
<div class="o-section-inner o-section-inner--leftBlock">
<header class="o-section-header">
<h1 class="o-section__heading">Aktuální témata</h1>
</header>
{% for article in site.posts limit: 6 %}
{% include articles/horizontal-article.html article=article %}
{% endfor %}
<div class="c-article-listing__nextbox">
<a href="{{'/aktuality/' | relative_url}}" rel="next" class="button expanded large">Další články</a>
</div>
</div>
</section>
</div>
{% if page.rbar %}
<div class="medium-12 large-4 columns">
{% include right-bar/rbar.html param='rbar' %}
</div>
{% endif %}
</div>