{%- comment -%} Include as: {%- include head.html -%} Depends on: site.ga_tracking, site.ga_tracking_anonymize_ip, site.search_enabled, site.static_files, site.favicon_ico. Results in: HTML for the head element. Includes: head_nav.html, head_custom.html. Overwrites: ga_tracking_ids, ga_property, file, favicon. Should not be cached, because included files depend on page. {%- endcomment -%}
{% if site.color_scheme_options and site.color_scheme_options.enable_localstorage %} {% else %} {% case site.color_scheme %} {% when "auto" %} {% when nil %} {% else %} {% endcase %} {% endif %} {% include head_nav.html %} {% if site.ga_tracking != nil %} {% assign ga_tracking_ids = site.ga_tracking | split: "," %} {% endif %} {% if site.search_enabled != false %} {% endif %} {% include_cached favicon.html %} {% seo %} {% include head_custom.html %}