Deployed 0cc21d2 to 2.1 with MkDocs 1.0.0 and mike 2.1.4

This commit is contained in:
2026-03-11 13:58:24 -05:00
parent 2223d42d15
commit e386f5d0c9
41 changed files with 58687 additions and 0 deletions

21
2.1/overrides/main.html Normal file
View File

@@ -0,0 +1,21 @@
{% extends "base.html" %}
{% block extrahead %}
<script
defer
src="https://analytics.d3vyce.fr/script.js"
data-website-id="338b8816-7b99-4c6a-82f3-15595be3fd47"
></script>
{{ super() }}
{% endblock %}
{% block scripts %}
{% if config.extra.version %}
<script>
var __cfg = JSON.parse(document.getElementById("__config").textContent);
__cfg.version = {{ config.extra.version | tojson }};
document.getElementById("__config").textContent = JSON.stringify(__cfg);
</script>
{% endif %}
{{ super() }}
{% endblock %}