mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
25 lines
534 B
Plaintext
25 lines
534 B
Plaintext
{%- include 'vendors.njk' -%}
|
|
|
|
{{- next_js('comments.js') }}
|
|
|
|
{{- next_js('utils.js') }}
|
|
{%- if theme.motion.enable %}
|
|
{{- 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 %}
|
|
|
|
{{- next_js('next-boot.js') }}
|
|
{%- if theme.bookmark.enable %}
|
|
{{- next_js('bookmark.js') }}
|
|
{%- endif %}
|
|
{%- if theme.pjax %}
|
|
{{- next_js('pjax.js') }}
|
|
{%- endif %}
|