{% include _settings.liquid %} {% assign page_url = site.deploy_url | append: page.url %} {% if page.search-index %} {% assign search_index = "index" %} {% else %} {% assign search_index = "noindex" %} {% endif %} {% assign canonical_def = site.canonical_url | append: page.url %} {% if page.title %} {{ page.title }} | {% endif %} {{ site.title }} {% include hook.liquid template="head_html" spot="css_head" %} {% if site.source-highlighter == "highlight.js" %} {% endif %} {% include hook.liquid template="head_html" spot="css_tail" %} {% assign empty_array = "" | split: "," %} {% assign page_scripts = page.scripts | default: layout.scripts %} {% assign all_scripts = site.data.theme.scripts %} {% include scripts.html spot="head" %} {% include hook.liquid template="head_html" spot="tail" %}