{% assign extra_stylesheets = page.extra_stylesheets | default: layout.extra_stylesheets %} {% if extra_stylesheets %} {% for ss in extra_stylesheets %} {% endfor %} {% endif %} {% if site.font_awesome_kit_url %} {% endif %} {% if jekyll.environment == 'production' and site.google_analytics %} {% endif %} {% assign extra_scripts_sync = page.extra_scripts_sync | default: layout.extra_scripts_sync %} {% if extra_scripts_sync %} {% for sc in extra_scripts_sync %} {% endfor %} {% endif %}