{% comment %} This file contains everything that should be included in each page's head tag. {% endcomment %} {% comment %} Global site tag (gtag.js) - Google Analytics This will only be included in production mode so local testing doesn't affect the tracking result. {% endcomment %} {% if jekyll.environment == 'production' %} {% endif %} {% case page.layout %} {% when 'video' %} {% include 1-tools/series-for-video.html video=page %} {% assign series = out_series %} {% include 1-tools/series-for-video.html video=series %} {% assign course = out_series %} {{ page.title }} - {{ course.title | default: series.title }} {{ page.video_type }} #{% if series.series_number %}{{ series.series_number }}.{% endif %}{{ page.video_number }} · {{ site.title }} {% when 'series-index' %} {% include 1-tools/series-for-video.html video=page %} {{ page.title }} {% if page.series_number %}- {{ out_series.title }} {{ page.video_type }} #{{ page.series_number }} {% endif %}· {{ site.title }} {% else %} {% if page.title %} {{ page.title }} · {{ site.title }} {% else %} {{ site.title }} {% endif %} {% endcase %} {% comment %} Data for SEO for easier sharing and being searched {% endcomment %} {% seo %}