We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daebb3a commit 037d213Copy full SHA for 037d213
docs/source/_templates/pplnx_template/layout.html
@@ -44,9 +44,11 @@
44
<!-- MOBILE TOP BAR OVERLOAD -->
45
{% block mobile_nav %}
46
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
47
+ {% if logo %}
48
<a href="{{ pathto(master_doc) }}">
- <img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="Logo"/>
49
- </a>
+ <img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="Logo"/>
50
+ </a>
51
+ {% endif %}
52
53
{{ project }}
54
</a>
0 commit comments