{% set theme_config = attribute(config.themes, config.system.pages.theme) %} {% set compress = theme_var('production-mode') ? '.min.css' : '.css' %} {% set favicon = theme_config.favicon ? theme_config.favicon|first : { type:'image/png', path: url('theme://images/favicon.png') } %} {% set new_base_url = base_url_absolute ~ theme_config.blog_page %}
{% block head deferred %}