mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
21 lines
423 B
Plaintext
21 lines
423 B
Plaintext
{%- include 'vendors.njk' -%}
|
|
|
|
{{- next_js('comments.js') }}
|
|
|
|
{{- next_js('utils.js') }}
|
|
{%- if theme.motion.enable %}
|
|
{{- next_js('motion.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 %}
|