Sha256: 0729a24db76f362cd7da7ebcb27e9fe7ad4e958c4d9865f0928b1b7870e04a03
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
{%- if site.posts.size > 0 %} <ul> {%- for post in site.posts %} <li> <a href="{{- post.url | remove_first: page.url -}}"> {{- post.slug -}} </a> </li> {%- endfor %} </ul> {%- endif %}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-plain-0.6.0 | _includes/post-listing.html |
jekyll-theme-plain-0.5.0 | _includes/post-listing.html |