{% 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 %} {# #238, Disable Baidu tranformation #} {% 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.qihu_site_verification %} {% endif %} {% if theme.fancybox %} {% set fancybox_css_uri = url_for(theme.vendors._internal + '/fancybox/source/jquery.fancybox.css?v=2.1.5') %} {% if theme.vendors.fancybox_css %} {% set fancybox_css_uri = theme.vendors.fancybox_css %} {% endif %} {% endif %} {% include "./head/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 page.keywords %} {% elif page.tags and page.tags.length %} {% elif theme.keywords %} {% endif %} {% if theme.rss === '' and config.feed and config.feed.path %} {% set theme.rss = config.feed.path %} {% endif %} {% if theme.rss %} {% endif %} {% if theme.facebook_sdk.enable and theme.facebook_sdk.webmaster %} {% endif %} {{ open_graph({ twitter_id: theme.twitter, google_plus: theme.google_plus, fb_admins: theme.fb_admins, fb_app_id: theme.fb_app_id }) }} {# Export some HEXO Configurations to Front-End #} {# Canonical, good for google search engine (SEO) : https://support.google.com/webmasters/answer/139066 #} {% if theme.canonical %} {% endif %} {% include 'head/custom-head.swig' %}