mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
{%- if theme.quicklink.enable %}
|
|
{{ next_vendors('quicklink') }}
|
|
{{ next_data('quicklink', page.quicklink, {
|
|
url: url | replace(r/index\.html$/, '')
|
|
}) }}
|
|
{{ next_js('third-party/quicklink.js') }}
|
|
{%- endif %}
|