Sha256: 24deb20ad53562475938bff28cbe0aa3545adcea0386189c600e78f709d9b2d6

Contents?: true

Size: 465 Bytes

Versions: 4

Compression:

Stored size: 465 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

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-simpleton-0.9.0 _includes/series.html
jekyll-theme-simpleton-0.8.0 _includes/series.html
jekyll-theme-simpleton-0.7.0 _includes/series.html
jekyll-theme-simpleton-0.6.0 _includes/series.html