Skip to content

Commit

Permalink
fix: docs logo
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jun 19, 2023
1 parent 456b1b7 commit 855a31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_templates/pplnx_template/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{# Not strictly valid HTML, but it's the only way to display/scale
it properly, without weird scripting or heaps of work
#}
<a href="{{ pathto(master_doc) }}" id="logo_main"><img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="Logo" /></a>
<a href="{{ pathto(master_doc) }}" id="logo_main"><img src="{{ pathto('_static/logo.jpg', 1) }}" class="logo" alt="Logo" /></a>
{% endif %}

{% if logo and theme_logo_only %}
Expand Down Expand Up @@ -45,7 +45,7 @@
{% block mobile_nav %}
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="{{ pathto(master_doc) }}">
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="Logo"/>
<img src="{{ pathto('_static/logo.jpg', 1) }}" class="logo" alt="Logo"/>
</a>
<a href="{{ pathto(master_doc) }}">
{{ project }}
Expand Down

0 comments on commit 855a31d

Please sign in to comment.