Sha256: c35b9c8f3262ed39a91dac890bad1cdf76c6292d7a695328061f7e570e43b6a4

Contents?: true

Size: 744 Bytes

Versions: 22

Compression:

Stored size: 744 Bytes

Contents

---
layout: base
---
{%- assign date_format = site.termina-plex.date_format | default: "%d %b %Y" -%}

<article class="postWrapper">
  <header class="postHeader">
    <h1>Category: {{ page.category }}</h1>
  </header>

  <div class="postsEntries">
  {%- if site.categories[page.category] -%}
    {%- for post in site.categories[page.category] %}
    <div class="postInfo">
      <h2 class="postTitle">
        <a class="postListLink" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
      </h2>
      {%- if post.date -%}
      <time class="postDate" datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: date_format }}</time>
      {%- endif -%}
    </div>
    {%- endfor -%}
  {%- endif -%}
  </div>
</article>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
termina-plex-1.0.3 _layouts/category.html
termina-plex-1.0.2 _layouts/category.html
termina-plex-1.0.1 _layouts/category.html
termina-plex-1.0.0 _layouts/category.html
termina-plex-1.0.0.pre.rc.1 _layouts/category.html
termina-plex-1.0.0.pre.rc _layouts/category.html
termina-plex-1.0.0.pre.alpha.1 _layouts/category.html
termina-plex-1.0.0.pre.alpha _layouts/category.html
termina-plex-0.6.1.rc2 _layouts/category.html
termina-plex-0.6.1.rc1 _layouts/category.html
termina-plex-0.6.0 _layouts/category.html
termina-plex-0.5.0 _layouts/category.html
termina-plex-0.4.0 _layouts/category.html
termina-plex-0.3.0 _layouts/category.html
termina-plex-0.2.1 _layouts/category.html
termina-plex-0.2.0 _layouts/category.html
termina-plex-0.1.8 _layouts/category.html
termina-plex-0.1.7 _layouts/category.html
termina-plex-0.1.6 _layouts/category.html
termina-plex-0.1.5.2 _layouts/category.html