mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-16 01:51:16 -03:00
docs: Let the sidebar move
This means the nice navigation to other chapters always stays on screen, instead of scrolling away.
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
{%- endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
|
||||
{# The sidebar goes into the *document* block, so it ends up in the document *div* so it doesn't go over the footer #}
|
||||
{% block document %}{{ sidebar() }}{{ super() }}{% endblock %}
|
||||
{% block sidebar2 %} {% endblock %}
|
||||
{% block extrahead %}
|
||||
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/' + theme_root_icon, 1) }}" />
|
||||
|
||||
Reference in New Issue
Block a user