--- layout: default ---

Articles

{% if paginator %} {% for post in paginator.posts %}
{% assign date_format = site.date_format | default: "%b %-d, %Y" %}

{{ post.title | escape }}

Publish date: {{ post.date | date: date_format }} · Author: {{ post.author }} · Categories: {{ post.categories }}

{{ post.excerpt }}

Read more

{% endfor %} {% if paginator.total_pages > 1 %} {% else %} {% for post in site.posts %}
{% assign date_format = site.date_format | default: "%b %-d, %Y" %}

{{ post.title | escape }}

Publish date: {{ post.date | date: date_format }}{% if post.author %} · Author: {{ post.author }}{% endif %}{% if post.categories %} · Categories: {{ post.categories }}{% endif %} {{ post.excerpt }} Read more

{% endfor %}

No more posts available now on this website :)

{% endif %}

About

{{ site.description }}