mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
{% include 'vendors.njk' %}
|
|
|
|
{{- next_js('utils.js') }}
|
|
{%- if theme.motion.enable %}
|
|
{{- next_js('motion.js') }}
|
|
{%- endif %}
|
|
|
|
{%- set scheme_script = 'schemes/' + theme.scheme | lower + '.njk' %}
|
|
{% include scheme_script %}
|
|
|
|
{{- next_js('next-boot.js') }}
|
|
{%- if theme.bookmark.enable %}
|
|
{{- next_js('bookmark.js') }}
|
|
{%- endif %}
|
|
{%- if theme.pjax %}
|
|
{% include 'pjax.njk' %}
|
|
{%- endif %}
|