---
layout: compress
---
{{ site.title }}
{% if page.noindex %}
{% endif %}
{% if page.title %}
{% else %}
{% endif %}
{% if page.description %}
{% else %}
{% endif %}
{% if page.url %}
{% endif %}
{% if page.date %}
{% endif %}
{% if page.image %}
{% else %}
{% endif %}
{% if page.categories %}
{% for category in page.categories limit:1 %}
{% endfor %}
{% endif %}
{% if page.tags %}
{% for tag in page.tags %}
{% endfor %}
{% endif %}
{% if page.title %}
{% else %}
{% endif %}
{% if page.url %}
{% endif %}
{% if page.description %}
{% else %}
{% endif %}
{% if page.header-img %}
{% endif %}
{% if jekyll.environment == "production" %}
{% endif %}
{% if site.about %}
{{ site.about }}
{% endif %}
{% for link in site.social %}
{% endfor %}