aprescott/serif

View on GitHub
site_template/index.html

Summary

Maintainability
Test Coverage
<h2>Posts</h2>

<p>There are {{ site.posts.size }} posts:</p>

<ul>
    {% for post in site.posts %}
        <li><a href="{{ post.url | escape }}">{{ post.title | escape }}</a> (posted {{ post.created | xmlschema }})</li>
    {% endfor %}
</ul>