File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change
1
+ < nav class ="bd-links " id ="bd-docs-nav " aria-label ="{{ _('Main navigation') }} ">
2
+ < div class ="bd-toc-item active ">
1
3
{% if pagename in ablog %}
2
4
{% set fa = ablog.fontawesome %}
3
5
{% set post = ablog[pagename] %}
4
- < nav class ="bd-links " id ="bd-docs-nav " aria-label ="{{ _('Main navigation') }} ">
5
- < div class ="bd-toc-item active ">
6
6
< h3 > Notebook metadata</ h3 >
7
7
8
8
< ul >
@@ -39,12 +39,12 @@ <h3>Notebook metadata</h3>
39
39
</ li >
40
40
{% endif %}
41
41
</ ul >
42
+ {% endif %}
42
43
43
- <!-- Workaround to make the whole sidebar scrollable. See https://github.com/pydata/pydata-sphinx-theme/issues/500 -->
44
- {% include "tagcloud.html" %}
45
- {% include "categories.html" %}
46
- {% include "sidebar-ethical-ads.html" %}
44
+ <!-- Workaround to make the whole sidebar scrollable. See https://github.com/pydata/pydata-sphinx-theme/issues/500 -->
45
+ {% include "tagcloud.html" %}
46
+ {% include "categories.html" %}
47
+ {% include "sidebar-ethical-ads.html" %}
47
48
48
- </ div >
49
- </ nav >
50
- {% endif %}
49
+ </ div >
50
+ </ nav >
You can’t perform that action at this time.
0 commit comments