diff --git a/layout/_scripts/index.njk b/layout/_scripts/index.njk index e988032..878a4c0 100644 --- a/layout/_scripts/index.njk +++ b/layout/_scripts/index.njk @@ -7,10 +7,6 @@ {{- next_js('motion.js') }} {%- endif %} -{%- if theme.scheme === 'Muse' or theme.scheme === 'Mist' %} - {{- next_js('schemes/muse.js') }} -{%- endif %} - {%- if theme.sidebar.display !== 'remove' %} {{- next_js('sidebar.js') }} {%- endif %}