mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
{% include 'baidu-push.njk' %}
|
|
|
|
{% include 'rating.njk' %}
|
|
|
|
{%- if theme.algolia_search.enable %}
|
|
{% include 'search/algolia-search.njk' %}
|
|
{% elif theme.swiftype_key %}
|
|
{% include 'search/swiftype.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' %}
|