Sha256: b7681a3545956bb7981046f1d7a34adb79fc24303fcd8bf63324840265dc43d4
Contents?: true
Size: 743 Bytes
Versions: 4
Compression:
Stored size: 743 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="tagsEntries"> {%- 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
termina-plex-1.0.7 | _layouts/category.html |
termina-plex-1.0.6 | _layouts/category.html |
termina-plex-1.0.5 | _layouts/category.html |
termina-plex-1.0.4 | _layouts/category.html |