{% if page.title %} {% capture title %}{{ page.title }} — {{ site.title }}{% endcapture %} {% else %} {% capture title %}{{ site.title }} — {{ site.description }}{% endcapture %} {% endif %} {% if page.excerpt %} {% capture description %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% endcapture %} {% else %} {% capture description %}{{ site.description }}{% endcapture %} {% endif %}