Přidání tlačítka pro RSS/Atom feed

pull/42/head
Emil Miler 2 years ago
parent ef68628668
commit 79606fd106

@ -503,8 +503,9 @@ main {
.button {
border: 0;
@include top-border($light-blue);
display: inline-block;
padding: 1rem 4rem;
display: inline-flex;
align-items: center;
padding: 1rem 2rem;
margin-top: 2rem;
outline: none;
background: none;
@ -517,6 +518,11 @@ main {
@include shadow;
text-decoration: none;
}
&>i {
font-size: 1.4em;
margin-right: .5em;
}
}
.centering {

@ -43,7 +43,8 @@
{{ macro::list_posts(section=section) }}
</div>
<div class="centering">
<a href="aktuality" class="button">Starší příspěvky</a>
<a href="{{ get_url(path="@/aktuality/_index.md") }}" class="button"><i class="ri-archive-line"></i> Starší příspěvky</a>
<a href="{{ get_url(path="aktuality/atom.xml") }}" class="button"><i class="ri-rss-line"></i> RSS</a>
</div>
</section>
<section>

Loading…
Cancel
Save