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