Sha256: 14a2c36298947994d846dc931e85a4910732cfdf18b28f2cbcdcd4d6d7d4e452

Contents?: true

Size: 718 Bytes

Versions: 1

Compression:

Stored size: 718 Bytes

Contents

---
layout: default
---
<article>
    <h1 class="custom-pages-title">All the articles</h1>
    <table class="archives-table">
        {% for post in site.posts %}
            <tr>
                <td>
                    <a href="{{ post.url | relative_url}}">
                        <h2 class="list_post_title"><span class="a-nude">{{ post.title | truncate: 30 | escape }}</span></h2>
                    </a>
                </td>
                <td class="archives-date">
                    <h2 class="list_post_title">&#10040; {{ post.date | date: "%d/%m/%Y" | escape }}</h2>
                </td>
            </tr>
        {% endfor %}
    </table>
    <div class="line"></div>
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simply-cyan-0.1.0 _layouts/archives.html