mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
{%- if theme.quicklink.enable %}
|
|
<script src="{{ theme.vendors.quicklink }}"></script>
|
|
{{ next_data('quicklink', page.quicklink, {
|
|
url: url | replace(r/index\.html$/, '')
|
|
}) }}
|
|
{{ next_js('third-party/quicklink.js') }}
|
|
{%- endif %}
|