forked from kittv/web
1
0
Fork 0

Tlačítko pro zobrazení starších příspěvků

search
Emil Miler 3 years ago
parent ed88faa5a5
commit 4d3080c32d

@ -279,6 +279,19 @@ main {
}
}
.button {
display: inline-block;
padding: 1rem 4rem;
margin-top: 2rem;
border-top: 5px solid #D8DEE9;
text-transform: uppercase;
font-size: .9rem;
&:hover {
text-decoration: none;
box-shadow: 0px 1px 9px #00000033;
}
}
.centering {
text-align: center;

@ -18,6 +18,9 @@
{% set section = get_section(path="aktuality/_index.md") %}
{{ macro::list_posts(section=section) }}
</div>
<div class="centering">
<a href="aktuality" class="button">Starší příspěvky</a>
</div>
</section>
<section>
<div class="websites blocks">

Loading…
Cancel
Save