2024-10-11 17:32:10 +03:00
|
|
|
{% include toc-status.html %}
|
2021-12-07 09:53:48 +03:00
|
|
|
|
|
|
|
{% if enable_toc %}
|
2024-11-27 21:58:25 +03:00
|
|
|
<div class="toc-border-cover z-3"></div>
|
2024-12-05 16:09:07 +03:00
|
|
|
<section id="toc-wrapper" class="invisible position-sticky ps-0 pe-4 pb-4">
|
2024-11-27 21:58:25 +03:00
|
|
|
<h2 class="panel-heading ps-3 pb-2 mb-0">{{- site.data.locales[include.lang].panel.toc -}}</h2>
|
2023-03-15 21:56:54 +03:00
|
|
|
<nav id="toc"></nav>
|
2023-09-08 17:48:37 +03:00
|
|
|
</section>
|
2021-12-01 16:48:57 +03:00
|
|
|
{% endif %}
|