2024-10-11 18:32:10 +04:00
|
|
|
{% include toc-status.html %}
|
2021-12-07 14:53:48 +08:00
|
|
|
|
|
|
|
{% if enable_toc %}
|
2024-10-11 18:32:10 +04:00
|
|
|
<section id="toc-wrapper" class="ps-0 pe-4">
|
2024-04-29 03:36:16 +08:00
|
|
|
<h2 class="panel-heading ps-3 mb-2">{{- site.data.locales[include.lang].panel.toc -}}</h2>
|
2023-03-16 02:56:54 +08:00
|
|
|
<nav id="toc"></nav>
|
2023-09-08 22:48:37 +08:00
|
|
|
</section>
|
2021-12-01 21:48:57 +08:00
|
|
|
{% endif %}
|