Sha256: 0aced26738c353091f4568cca55d3168bb06bb238eefb73b95b2151022469966
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 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.4.0 | _includes/post-listing.html |
jekyll-theme-plain-0.3.0 | _includes/post-list.html |