forked from kubakutilek/pardubice.pirati.cz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·45 lines (42 loc) · 1.43 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
---
layout: default
rbar:
- calendar
- fb
description: >
Piráti od roku 2018 zakotvili i v Pardubicích. Prosazujeme transparentní
veřejnou správu bez klientelismu a pochybných zakázek. Usilujeme o Pardubice,
které jsou moderní, přátelské a především ochotné naslouchat svým občanům.
Sledujte co je nového a buďte u toho.
img: header/komunal-banner-large.png
---
{% include homepage/banner.html
link='/komunalni-volby-2018/'
title='Komunální volby 2018'
default='header/komunal-banner-large.png'
mobile='header/komunal-banner-small.png'
breakpoint=640
%}
<h1 class="hide">Piráti Pardubice</h1>
<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 t-h1-super">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>