Sha256: 9e17a6e32219626eac18cf48034836a95e5216fc3d67ce16238ef73c7de13212
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
{% if include.limit %} {% assign limit = site.nb_posts_page %} {% else %} {% assign limit = 1000000 %} {% endif %} <ul class="post-list"> {% assign posts = site.posts | where:"lang",page.lang %} {% for post in posts limit:limit %} {% include post-li.html %} {% endfor %} </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
academic-0.4.91 | _includes/post-ul.html |
academic-0.4.9 | _includes/post-ul.html |