mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-18 06:13:52 -07:00
Closes #24. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/376 Co-authored-by: Mohamed Wageh <oatbiscuits@proton.me> Co-committed-by: Mohamed Wageh <oatbiscuits@proton.me>
10 lines
336 B
Text
10 lines
336 B
Text
{% if content | toc %}
|
|
<nav class="col-xl-3 position-relative d-none d-xl-block" id="toc-side" data-pagefind-ignore="all">
|
|
<div class="position-fixed mr-20">
|
|
<span>On this page</span>
|
|
<div id="toc" class="overflow-y-auto" style="max-height: 43.75rem;">
|
|
{{ content | toc | safe }}
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
{% endif %}
|