File tree 4 files changed +4
-882
lines changed
4 files changed +4
-882
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ def run(self):
387
387
388
388
# The name of an image file (relative to this directory) to place at the top
389
389
# of the sidebar.
390
- # html_logo = None
390
+ html_logo = '_static/pandas.png'
391
391
392
392
# Add any paths that contain custom static files (such as style sheets) here,
393
393
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 1
1
2
+ {% if logo %}
2
3
< a class ="navbar-brand " href ="{{ pathto('index') }} ">
3
- < img src ="{{ pathto('_static/img/pandas_logo.svg' , 1) }} " alt ="Pandas ">
4
+ < img src ="{{ pathto('_static/' + logo , 1) }} " class =" logo " alt ="logo ">
4
5
</ a >
5
-
6
+ {% endif %}
6
7
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbar-menu " aria-controls ="navbar-menu " aria-expanded ="false " aria-label ="Toggle navigation ">
7
8
< span class ="navbar-toggler-icon "> </ span >
8
9
</ button >
You can’t perform that action at this time.
0 commit comments