{%- capture keywords %} {%- if page.related_pages %} {%- for section in page.related_pages %} {%- unless section[1] == nil %}{{ section[1] | join: ', ' }} {%- endunless %} {%- endfor %} {%- endif %} {%- endcapture %} {%- if page.no_robots %} {%- endif %} {%- if page.type %} {%- assign subtitle = page.type | replace: "_", " " | capitalize %} {%- endif %} {% if page.title %}{% if subtitle %}{{subtitle}}: {% endif %}{{ page.title }} | {{ site.title }}{%- else %}{{ site.title }}{% endif %} {%- if site.theme_variables.fonts.size != 0 %} {%- for font in site.theme_variables.fonts %} {%- endfor %} {%- endif %} {%- if page.datatable == true %} {%- endif %} {% include schemasorg.html %} {%- if site.gtag and jekyll.environment == "production"%} {%- endif %} {%- if site.plausible and jekyll.environment == "production"%} {%- endif %}