--- layout: default --- {% include home-header.html %}
{% for post in paginator.posts %}

{{ post.title }}

{{ post.excerpt | strip_html }}

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