{% include 'page.header.html' %} {% if site.title %}
{% if title %}{{ title }} – {% endif %}{{ site.title }}{% if not title and site.subtitle %} – {{ site.subtitle }}{% endif %}
{% endif %}
Blog
Archives
{% if site.feed %}
Feed
{% endif %}
{% if site.social.values()|sort(true)|first %}
{% if site.social.dribbble %}
{% endif %} {% if site.social.facebook %}
{% endif %} {% if site.social.github %}
{% endif %} {% if site.social.google_plus %}
{% endif %} {% if site.social.lastfm %}
{% endif %} {% if site.social.stack_overflow %}
{% endif %} {% if site.social.steam %}
{% endif %} {% if site.social.twitter %}
{% endif %}
{% endif %}
{{ site.title }}
{% if site.subtitle %}
{{ site.subtitle }}
{% endif %}
{% block content %}{% endblock %}