2025-2-26-fixed
This commit is contained in:
18
themes/next/layout/_scripts/index.swig
Normal file
18
themes/next/layout/_scripts/index.swig
Normal file
@ -0,0 +1,18 @@
|
||||
{% include 'vendors.swig' %}
|
||||
|
||||
{{- next_js('utils.js') }}
|
||||
{%- if theme.motion.enable %}
|
||||
{{- next_js('motion.js') }}
|
||||
{%- endif %}
|
||||
|
||||
{%- set scheme_script = 'schemes/' + theme.scheme | lower + '.swig' %}
|
||||
{% include scheme_script %}
|
||||
|
||||
{{- next_js('next-boot.js') }}
|
||||
{%- if theme.bookmark.enable %}
|
||||
{{- next_js('bookmark.js') }}
|
||||
{%- endif %}
|
||||
{%- if theme.pjax %}
|
||||
{% include 'pjax.swig' %}
|
||||
{%- endif %}
|
||||
{% include 'three.swig' %}
|
||||
Reference in New Issue
Block a user