Sha256: 4ccdbf4b06bac37245a535a25b896f0fed4dfcfd1fe66bc57af7740943b93bba
Contents?: true
Size: 529 Bytes
Versions: 1
Compression:
Stored size: 529 Bytes
Contents
{%- if page.series -%} {%- assign series_posts = site.posts | where: "series", page.series | reverse -%} <ol id="series"> {%- for post in series_posts -%} <li> <a href="{{ post.url | relative_url }}"> {%- if post.url == page.url -%} <em> {%- endif -%} {{- post.title -}} {%- if post.url == page.url -%} </em> {%- endif -%} </a> </li> {%- endfor -%} </ol> <!-- #series --> {%- endif -%}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-simpleton-0.10.0 | _includes/series.html |