_includes/homepage/news.html in jekyll-theme-pirati-sk-1.0.0 vs _includes/homepage/news.html in jekyll-theme-pirati-sk-1.0.3
- old
+ new
@@ -2,8 +2,8 @@
<h1 class="head-alt-md md:head-alt-lg pb-4 lg:pb-8">Aktuální témata</h1>
{% assign posts = site.posts | slice:0,6 %}
{% include articles/list-responsive.html posts=posts %}
<nav class="text-center">
- {% include buttons/icon.html href="/aktuality" cta="Další články" icon="ico--chevron-right" class="text-xl pt-8" rel="next" %}
+ {% include buttons/icon.html href="/aktuality" cta="Dalšie články" icon="ico--chevron-right" class="text-xl pt-8" rel="next" %}
</nav>
</section>