{% comment %} Set meta description to the page description if it has one, otherwise fallback to the site description {% endcomment %} {% comment %} Add page keywords if there are any {% endcomment %} {% assign tags = site.SEO_tags %} {% if page.SEO_tags %} {% assign tags = tags | concat: page.SEO_tags %} {% endif %} {%- if page.title -%}{{ page.title }} | {% endif %}{{ site.title }} {% comment %} Dependencies are self-hosted instead of using a public CDN. See this article for more info https://httptoolkit.com/blog/public-cdn-risks/ {% endcomment %}