diff --git a/_config.yml b/_config.yml index 8fa4fd2..cf87e8b 100644 --- a/_config.yml +++ b/_config.yml @@ -553,6 +553,7 @@ quicklink: # For more flexibility you can add some patterns (RegExp, Function, or Array) to ignores. # See: https://github.com/GoogleChromeLabs/quicklink#custom-ignore-patterns + # This option is deprecated. Use `CONFIG.quicklink.ignores` in your custom scripts instead. ignores: diff --git a/layout/_layout.njk b/layout/_layout.njk index 8334c5a..b1475a2 100644 --- a/layout/_layout.njk +++ b/layout/_layout.njk @@ -4,7 +4,7 @@ {{ partial('_partials/head/head.njk', {}, {cache: theme.cache.enable}) }} {%- include '_partials/head/head-unique.njk' -%} {% block title %}{% endblock %} - {{- next_js('load-config.js', true) }} + {{- next_js('config.js') }} {{- next_inject('head') }} {{ partial('_third-party/analytics/index.njk', {}, {cache: theme.cache.enable}) }}