Sha256: 75427964b3e7ee90b16323972d3c7d6be83bae247e359955c33117a59187cfec

Contents?: true

Size: 436 Bytes

Versions: 8

Compression:

Stored size: 436 Bytes

Contents

---
layout: page
---
<div class="page-content wc-container">
    <table>
        {% for post in site.categories[page.category] %}
        <tr>
            <td><i class="icon-clock"></i><time datetime="{{post.date|date:"%F"}}">{{post.date|date:"%b %d, %Y"}}</time></td>  
            <td><a href="{{ post.url | prepend: site.baseurl | prepend: site.url }}">{{ post.title }}</a></td>
        </tr>
        {% endfor %}
    </table>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-minifier-0.1.10 spec/fixtures/_layouts/category_index.html
jekyll-minifier-0.1.9 spec/fixtures/_layouts/category_index.html
jekyll-minifier-0.1.8 spec/fixtures/_layouts/category_index.html
jekyll-minifier-0.1.6 spec/fixtures/_layouts/category_index.html
jekyll-minifier-0.1.5 spec/fixtures/_layouts/category_index.html
jekyll-minifier-0.1.4 spec/fixtures/_layouts/category_index.html
jekyll-minifier-0.1.3 spec/fixtures/_layouts/category_index.html
jekyll-minifier-0.1.2 spec/fixtures/_layouts/category_index.html