Skip to content

Commit 855a31d

Browse files
committed
fix: docs logo
1 parent 456b1b7 commit 855a31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/_templates/pplnx_template/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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 %}
@@ -45,7 +45,7 @@
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 }}

0 commit comments

Comments
 (0)