{% if page.section == "home" %}
{{ site.title }}
{% else %}
{{ page.title }}
{% if page.meta_description %}
{% endif %} {% endif %}
{% if jekyll.environment == 'production' and site.analytics %} {% include analytics.html %} {% endif %}