{# Quick navigation buttons #} {% if macros_settings::evaluate_setting_priority(setting="quick_navigation_buttons", page=page, default_global_value=false) == "true" %}
{# Button to go show a floating Table of Contents #} {% if page.toc %}
{{ macros_toc::toc(page=page, header=false, language_strings=language_strings) }}
{% endif %} {# Button to go to the comment section #} {% if comment_system %} {% endif %} {# Button to go to the top of the page #}
{% endif %} {# Add KaTeX functionality #} {%- if macros_settings::evaluate_setting_priority(setting="katex", page=page, default_global_value=false) == "true" -%} {%- endif -%} {# Add copy button to code blocks #} {%- if macros_settings::evaluate_setting_priority(setting="copy_button", page=page, default_global_value=true) == "true" -%} {#- Add hidden HTML elements with the translated strings for the button's interactions -#} {%- endif -%} {# Add backlinks to footnotes #} {%- if macros_settings::evaluate_setting_priority(setting="footnote_backlinks", page=page, default_global_value=false) == "true" -%} {%- endif -%}