--- layout: default title: Index ---
{% for post in posts | batch(5) | first%}

Posted by {{ post.author }} on {{ post.pub_time.strftime('%b %d,%Y') }}

{{ post.title }}


{{ post.front_html | safe }} {{ site.excerpt_link }}
{% endfor %} {% include '_includes/paginate.html' %}
{% include "_includes/sidebar.html" %}