Sha256: f133ac40cb1adb538f45f3818eff84445a89e1f57efc41de487bf2630eae2c51
Contents?: true
Size: 515 Bytes
Versions: 34
Compression:
Stored size: 515 Bytes
Contents
--- layout: archive --- {{ content }} <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3> {% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %} {% assign entries_layout = page.entries_layout | default: 'list' %} <div class="entries-{{ entries_layout }}"> {% for post in posts %} {% include archive-single.html type=entries_layout %} {% endfor %} </div> {% include paginator.html %}
Version data entries
34 entries across 34 versions & 2 rubygems