first commit

This commit is contained in:
yann
2025-11-03 18:11:56 +01:00
commit fa2387cb10
350 changed files with 17971 additions and 0 deletions

9
_includes/toc.html Normal file
View File

@@ -0,0 +1,9 @@
{% include toc-status.html %}
{% if enable_toc %}
<!-- <div class="toc-border-cover z-3"></div> -->
<section id="toc-wrapper" class="invisible position-sticky ps-0 pe-4 pb-4">
<h2 class="panel-heading ps-3 pb-2 mb-0">{{- site.data.locales[include.lang].panel.toc -}}</h2>
<nav id="toc"></nav>
</section>
{% endif %}