Sha256: 23b392ddb4fc8b115fac93816941f29e6147f2a4449757c26f6f3e02f1d914a1
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
--- layout: page --- {{ content }} {% assign biocontent = page.content | strip_newlines %} {% unless biocontent == '' %} <h2>Posts by {{page.title}}</h2> {% endunless %} <table class="archives-table"> {% for post in site.posts %} {% assign author_list = post.categories %} {% for author in author_list %} {% if author == page.title %} <tr> <td> <a href="{{ post.url | relative_url}}"> <p><span class="a-nude">{{ post.title | truncate: 30 | escape }}</span></p> </a> </td> <td class="archives-date"> <p class="list_post_title">✸ {{ post.date | date: "%d/%m/%Y" | escape }}</p> </td> </tr> {% endif %} {% endfor %} {% endfor %} </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simply-cyan-0.1.0 | _layouts/category_single.html |