Sha256: 6b64fe6a6716658d6351dcc59acdd78ad3f1d025e2361f424fc2d6aeafbadf3e

Contents?: true

Size: 711 Bytes

Versions: 4

Compression:

Stored size: 711 Bytes

Contents

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

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

  <div class="tagsEntries">
  {%- if site.tags[page.tag] -%}
    {%- for post in site.tags[page.tag] %}
    <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

4 entries across 4 versions & 1 rubygems

Version Path
termina-plex-1.0.7 _layouts/tag.html
termina-plex-1.0.6 _layouts/tag.html
termina-plex-1.0.5 _layouts/tag.html
termina-plex-1.0.4 _layouts/tag.html