File tree 1 file changed +2
-2
lines changed
docs/source/_templates/pplnx_template
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
{# Not strictly valid HTML, but it's the only way to display/scale
14
14
it properly, without weird scripting or heaps of work
15
15
#}
16
- < a href ="{{ pathto(master_doc) }} " id ="logo_main "> < img src ="{{ pathto('_static/' + logo, 1) }} " class ="logo " alt ="Logo " /> </ a >
16
+ < a href ="{{ pathto(master_doc) }} " id ="logo_main "> < img src ="{{ pathto('_static/logo.jpg' , 1) }} " class ="logo " alt ="Logo " /> </ a >
17
17
{% endif %}
18
18
19
19
{% if logo and theme_logo_only %}
45
45
{% block mobile_nav %}
46
46
< i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
47
47
< a href ="{{ pathto(master_doc) }} ">
48
- < img src ="{{ pathto('_static/' + logo, 1) }} " class ="logo " alt ="Logo "/>
48
+ < img src ="{{ pathto('_static/logo.jpg' , 1) }} " class ="logo " alt ="Logo "/>
49
49
</ a >
50
50
< a href ="{{ pathto(master_doc) }} ">
51
51
{{ project }}
You can’t perform that action at this time.
0 commit comments