Sha256: b175decb3e976b436c33434bb1f51dc572b32ffc5eab58711f245431954bcda7

Contents?: true

Size: 697 Bytes

Versions: 24

Compression:

Stored size: 697 Bytes

Contents

{% assign posts = "" | split: ", " %}
{% for tag in include.tags %}
    {% assign tagPosts = site.posts | where_exp: "item","item.tags contains tag" %}
    {% assign posts = posts | concat: tagPosts %}
{% endfor %}
{% assign posts = posts | sort: "date" | reverse %}

<section class="o-section o-section--spaceBot">
  <div class="o-section-inner o-section-inner--leftBlock">
    {% for article in posts limit: include.limit %} {% include articles/horizontal-article.html article=article %}
    {% endfor %}
    <div class="c-BlogPosting-excerpt-nextBox">
      <a href="{{'/aktuality/' | relative_url}}" rel="next" class="button expanded large">Další články</a>
    </div>
  </div>
</section>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
jekyll-theme-pirati-sk-1.0.0 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.4.7 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.4.6 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.4.5 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.4.4 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.4.3 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.4.1 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.4.0 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.3.0 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.2.2 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.2.1 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.2.0 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.1.0 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.0.0 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.0.0.pre.beta2 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.0.0.pre.beta1 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.0.0.pre.alpha6 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _includes/articles/tag-filtered-news.html
jekyll-theme-pirati-8.0.0.pre.alpha3 _includes/articles/tag-filtered-news.html