{% if site.url %} {% assign seo_url = site.url | append: site.baseurl %} {% endif %} {% assign seo_url = seo_url | default: site.github.url %} {% if page.title %} {% assign seo_title = page.title | append: " " | append: site.title_separator | append: " " | append: site.title %} {% endif %} {% if seo_title %} {% assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once %} {% endif %} {% if site.url %} {% assign canonical_url = page.url | replace: "index.html", "" | prepend: site.url %} {% endif %}