{% capture page_title_capture %} {% if page.title == nil %} {{ site.site_title }} {% else %} {{ page.title }} - {{ site.site_title }} {% endif %} {% endcapture %} {% assign page_title = page_title_capture | strip %} {% capture page_description_capture %} {% if page.description == nil %} {{ site.default_page_description }} {% else %} {{ page.description }} {% endif %} {% endcapture %} {% assign page_description = page_description_capture | strip %} {% capture canonical_url %}{{ site.url }}/{{ page.permalink }}{% endcapture %}