mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-23 19:42:23 -06:00
17 lines
576 B
HTML
17 lines
576 B
HTML
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
|
|
{% include icons/link.html %}
|
|
{% include icons/menu.html %}
|
|
{% include icons/expand.html %}
|
|
{% include icons/external_link.html %}
|
|
{% if site.search_enabled != false %}
|
|
{% include icons/document.html %}
|
|
{% include icons/search.html %}
|
|
{% endif %}
|
|
{% if site.enable_copy_code_button != false %}
|
|
{% include icons/code_copy.html %}
|
|
{% endif %}
|
|
{% if site.color_scheme_options and site.color_scheme_options.enable_switch %}
|
|
{% include icons/switch_color_scheme.html %}
|
|
{% endif %}
|
|
</svg>
|