Sha256: ffb6279cc883319d214ff7544652f02638dd6b5afd724cae13ccaa377bf5d9f2

Contents?: true

Size: 376 Bytes

Versions: 23

Compression:

Stored size: 376 Bytes

Contents

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

{% if posts %}
    {% include right-bar/rbar_articles.html posts=posts title="Seznam článků" %}
{% endif %}

Version data entries

23 entries across 23 versions & 2 rubygems

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