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