File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/source/_templates/pplnx_template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 {# Not strictly valid HTML, but it's the only way to display/scale
1414 it properly, without weird scripting or heaps of work
1515 #}
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 >
1717{% endif %}
1818
1919{% if logo and theme_logo_only %}
4545{% block mobile_nav %}
4646 < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
4747 < 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 "/>
4949 </ a >
5050 < a href ="{{ pathto(master_doc) }} ">
5151 {{ project }}
You can’t perform that action at this time.
0 commit comments