{% assign jquery_url = "/assets/vendor/jquery/jquery.min.js" | relative_url %}
{% assign bootstrap_url = "/assets/vendor/bootstrap/js/bootstrap.bundle.min.js" | relative_url %}
{% assign fontawesome_url = "/assets/vendor/fontawesome/all.min.js" | relative_url %}
{% assign aos_url = "/assets/vendor/aos/aos.js" | relative_url %}
{% assign scripts_url = "/assets/js/scripts.js" | relative_url %}
{%- if site.annotations -%}
{%- endif -%}
{% if site.use_math %}
{% assign katex_url = "/assets/vendor/katex/katex.min.js" | relative_url %}
{% assign katex_render_url = "/assets/vendor/katex/contrib/auto-render.min.js" | relative_url %}
{% assign mathjax_url = "/assets/vendor/mathjax/tex-mml-chtml.js" | relative_url %}
{% endif %}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
{%- if jekyll.environment == 'production' and site.matomo -%}
{%- include matomo.html -%}
{%- endif -%}