20 lines
517 B
Plaintext
20 lines
517 B
Plaintext
{%- 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' -%}
|
|
{%- endif %}
|
|
|
|
{%- include 'tags/pdf.njk' -%}
|
|
{%- include 'tags/mermaid.njk' -%}
|
|
{%- include 'tags/wavedrom.njk' -%}
|
|
|
|
{%- include 'fancybox.njk' -%}
|
|
{%- include 'pace.njk' -%}
|
|
{%- include 'addtoany.njk' -%}
|