Sha256: ea37edc5213a3fd3377f372fad6447c6d8de07153881985ad9a3a3b16f961537
Contents?: true
Size: 712 Bytes
Versions: 22
Compression:
Stored size: 712 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="postsEntries"> {%- 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
22 entries across 22 versions & 1 rubygems