{% if theme.needmoreshare2.enable %} {% set needmoreshare2_css = url_for(theme.vendors._internal + '/needsharebutton/needsharebutton.css') %} {% if theme.vendors.needmoreshare2_css %} {% set needmoreshare2_css = theme.vendors.needmoreshare2_css %} {% endif %} {% endif %} {% if theme.pace %} {% set pace_css_uri = url_for(theme.vendors._internal + '/pace/'+ theme.pace_theme +'.min.css?v=1.0.2') %} {% set pace_js_uri = url_for(theme.vendors._internal + '/pace/pace.min.js?v=1.0.2') %} {% if theme.vendors.pace %} {% set pace_js_uri = theme.vendors.pace %} {% endif %} {% if theme.vendors.pace_css %} {% set pace_css_uri = theme.vendors.pace_css %} {% endif %} {% endif %} {% if theme.han %} {% set Han_uri = url_for(theme.vendors._internal + '/Han/dist/han.min.css?v=3.3') %} {% if theme.vendors.han %} {% set Han_uri = theme.vendors.han %} {% endif %} {% endif %} {% if theme.disable_baidu_transformation %} {% endif %} {% if theme.google_site_verification %} {% endif %} {% if theme.bing_site_verification %} {% endif %} {% if theme.yandex_site_verification %} {% endif %} {% if theme.baidu_site_verification %} {% endif %} {% if theme.fancybox %} {% set fancybox_css_uri = url_for(theme.vendors._internal + '/fancybox/source/jquery.fancybox.css') %} {% if theme.vendors.fancybox_css %} {% set fancybox_css_uri = theme.vendors.fancybox_css %} {% endif %} {% endif %} {% include "./external-fonts.swig" %} {% set font_awesome_uri = url_for(theme.vendors._internal + '/font-awesome/css/font-awesome.min.css?v=4.6.2') %} {% if theme.vendors.fontawesome %} {% set font_awesome_uri = theme.vendors.fontawesome %} {% endif %} {% if theme.favicon.apple_touch_icon %} {% endif %} {% if theme.favicon.medium %} {% endif %} {% if theme.favicon.small %} {% endif %} {% if theme.favicon.safari_pinned_tab %} {% endif %} {% if theme.favicon.android_manifest %} {% endif %} {% if theme.favicon.ms_browserconfig %} {% endif %} {% if theme.facebook_sdk.enable and theme.facebook_sdk.webmaster %} {% endif %} {# Export some HEXO Configurations to Front-End #} {% if theme.custom_file_path.head %} {% set custom_head = '../../../../../' + theme.custom_file_path.head %} {% else %} {% set custom_head = '../../_custom/head.swig' %} {% endif %} {% include custom_head %}