{% set features = config.theme.features or [] %} {%- block site_meta %} {% include "theme_version.html" %} {% if config.site_description %} {% endif %} {% if config.site_author %} {% endif %} {% if page.canonical_url %} {% endif %} {% include "partials/favicon.html" %} {%- endblock %} {%- block htmltitle %} {% include "partials/html-title.html" %} {%- endblock %} {%- block styles %} {% if 'navigation.top.cursor_animation.hide' in features %} {% endif %} {%- endblock %} {% for path in config.extra_css %} {% endfor %} {% block extrahead %} {% endblock %} {% for path in config.extra_javascript %} {% endfor %} {% if config.google_analytics %} {% endif %}
{% if page and page.meta and page.meta.hide %} {% set hide_toc = "true" if "toc" in page.meta.hide %} {% set hide_top_nav = "true" if "top-nav" in page.meta.hide %} {% set hide_side_nav = "true" if "side-nav" in page.meta.hide %} {% endif %} {%- block site_nav %} {% if "navigation.top.hide" in features %} {% else %} {% if not hide_top_nav %} {% include "partials/top-nav.html" %} {% endif %} {% endif %} {%- endblock %}