--- layout: default --- {{ content }}
{%- if paginator -%} {%- assign posts = paginator.posts -%} {%- else -%} {%- assign posts = site.posts -%} {%- endif -%} {% for post in posts %}

{{ post.title }}

{% if post.description %} {{ post.description }} {% else %} {{ post.excerpt | strip_html }} {% endif %}

{% endfor %}
{%- if jekyll.environment == "production" and site.disqus -%} {%- endif -%} {% if paginator %} {% endif %}