{% capture title %} {% if page.title %} {{ page.title | strip_html | xml_escape }} – {{ site.title | strip_html | xml_escape }} {% else %} {{ site.title | strip_html | xml_escape }} {% endif %} {% endcapture %} {{ title }} {% capture description %} {% if page.description %} {{ page.description | strip_html | xml_escape }} {% elsif page.is_post %} {{ page.content | strip_html | xml_escape | truncatewords: 50 }} {% else %} {{ site.description | strip_html | xml_escape }} {% endif %} {% endcapture %} {% if page.is_post %} {% assign author = site.data.team[page.author] %} {% if page.featured-image %} {% endif %} {% else %} {% if site.og-image %} {% endif %} {% endif %} {% if site.keywords %} {% endif %} {% if site.mobile-theme-col %} {% endif %} {% if site.title %} {% endif %} {% if site.favicon %} {% endif %} {% include google_analytics.html %}