mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
{%- include 'rating.njk' -%}
|
|
|
|
{%- if theme.algolia_search.enable %}
|
|
{%- include 'search/algolia-search.njk' -%}
|
|
{%- elif theme.local_search.enable %}
|
|
{%- include 'search/localsearch.njk' -%}
|
|
{%- endif %}
|
|
|
|
{%- include 'chat/chatra.njk' -%}
|
|
{%- include 'chat/tidio.njk' -%}
|
|
|
|
{%- include 'tags/pdf.njk' -%}
|
|
{%- include 'tags/mermaid.njk' -%}
|
|
|
|
{%- include 'nprogress.njk' -%}
|