mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
3fea2ac05e
incidentally, fixes font size mismatches on firefox and chrome, at the same time. marvellous.
10 lines
239 B
HTML
10 lines
239 B
HTML
<div class="sidebar-block">
|
|
<div class="sidebar-toc">
|
|
{% set toctree = toctree(maxdepth=3, collapse=True, includehidden=True) %}
|
|
{% if toctree %}
|
|
{{ toctree }}
|
|
{% else %}
|
|
{{ toc }}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|