{% if site.owner.google.verify %}{% endif %} {% if site.owner.bing-verify %}{% endif %} {% if site.plugins contains 'jekyll-seo-tag' or site.gems contains 'jekyll-seo-tag' %} {% comment %} Add metadata for search engines and social networks if jekyll-seo-tag plugin is enabled {% endcomment %} {% include head-seo.html %} {% else %} {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} {% endif %} {% if site.google_fonts %} {% endif %} {%- if site.plugins contains 'jekyll-feed' or site.gems contains 'jekyll-feed' -%} {% include head-feed.html %} {%- endif -%} {%- if site.head_scripts -%} {%- for script in site.head_scripts -%} {%- if script contains "://" -%} {%- capture script_path %}{{ script }}{% endcapture -%} {%- else -%} {%- capture script_path %}{{ script | absolute_url }}{% endcapture -%} {%- endif -%} {%- endfor -%} {%- endif -%} {% include head-custom.html %}