{# -*- coding: utf-8 -*- #} {% macro html_headstart() %} {% if use_base_tag %} {% endif %} {% if description %} {% endif %} {% if title == blog_title %} {{ blog_title|e }} {% else %} {{ blog_title|e }} · {{ title|e }} {% endif %} {{ html_stylesheets() }} {{ html_feedlinks() }} {% if favicons %} {% for name, file, size in favicons %} {% endfor %} {% endif %} {% if comment_system == 'facebook' %} {% endif %} {% if prevlink %} {% endif %} {% if nextlink %} {% endif %} {{ mathjax_config }} {% if use_cdn %} {% else %} {% endif %} {{ extra_head_data }} {% endmacro %} {% macro late_load_js() %} {{ social_buttons_code }} {% endmacro %} {% macro html_stylesheets() %} {% if use_bundles %} {% else %} {% if has_custom_css %} {% endif %} {% endif %} {% if needs_ipython_css %} {% endif %} {% endmacro %} {% macro html_feedlinks() %} {% if rss_link %} {{ rss_link }} {% elif generate_rss %} {% if translations|length > 1 %} {% for language in translations|sort %} {% endfor %} {% else %} {% endif %} {% endif %} {% if generate_atom %} {% if translations|length > 1 %} {% for language in translations|sort %} {% endfor %} {% else %} {% endif %} {% endif %} {% endmacro %} {% macro html_translations() %} {% endmacro %}