{%- block site_meta -%} {%- if metatags %}{{ metatags }}{% endif -%} {# Make sure all pages have a description or Bing does not like us #} {% if 'name="description"' not in metatags %} {% endif %} {%- block linktags %} {%- if hasdoc('about') -%} {%- endif -%} {%- if hasdoc('genindex') -%} {%- endif -%} {%- if hasdoc('search') -%} {%- endif -%} {%- if hasdoc('copyright') -%} {%- endif -%} {%- if next -%} {%- endif -%} {%- if prev -%} {%- endif -%} {#- rel="canonical" (set by html_baseurl) -#} {%- if pageurl %} {%- endif %} {%- endblock linktags %} {# Favicon #} {%- if favicon_url -%} {%- endif -%} {#- Generator banner -#} {# Bing webmasters meta tag #} {%- endblock site_meta -%} {#- Site title -#} {%- block htmltitle -%} {# See Sphinx monkey patch in conf.py #} {% if 'title' in metas %}