{% if page.image %}
{% elif page.color %}
{% else %}
{% endif %}

{{ page.title }}

{% if content %} {{ content }} {% endif %}
{% for post in site.posts %}

{{ post.title }}

{% if post.excerpt %}

{{ post.excerpt }}

{% endif %}
{% if not loop.last %}
{% endif %} {% endfor %}

    {% if setting.author.twitter %}
  • {% endif %} {% if setting.author.facebook %}
  • {% endif %} {% if setting.author.github %}
  • {% endif %}