{% if config.extra.stylesheets %} {% for stylesheet in config.extra.stylesheets %} {% endfor %} {% endif %} {% if config.extra.goatcounter %} {% endif %} {% if config.extra.show_copy_button %} {% include "partials/copy-button.html" %} {% endif %} {% if config.extra.scripts %} {% for script in config.extra.scripts %} {% endfor %} {% endif %} {% if config.extra.comments %} {% endif %} {% if config.extra.emoji_favicon %} {% elif config.extra.animated_favicon %} {% else %} {% endif %} {% if config.generate_feed %} {% block feed -%} {% endblock -%} {% endif %}