mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
23 lines
549 B
Plaintext
23 lines
549 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 %}
|
|
|
|
{%- if theme.chatra.enable %}
|
|
{%- include 'chat/chatra.njk' -%}
|
|
{%- elif theme.tidio.enable %}
|
|
{%- include 'chat/tidio.njk' -%}
|
|
{%- elif theme.gitter.enable %}
|
|
{%- include 'chat/gitter.njk' -%}
|
|
{%- endif %}
|
|
|
|
{%- include 'tags/pdf.njk' -%}
|
|
{%- include 'tags/mermaid.njk' -%}
|
|
|
|
{%- include 'fancybox.njk' -%}
|
|
|
|
{%- include 'pace.njk' -%}
|