Skip to content

Commit a283c5d

Browse files
committed
Minor update for logo
1 parent 1e89986 commit a283c5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tensorly_sphinx_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<div id="column-container">
4242
<div class="columns is-mobile is-centered">
4343

44-
{% if meta is defined and not (meta is not none and 'no-toc' in meta) %}
44+
{% if meta is defined and not (meta is not none and 'no-toc' in meta) %}
4545
{# Menu side navbar #}
4646
{%- include "sidebar-menu.html" %}
4747
{% endif %}

tensorly_sphinx_theme/navigation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{# Always displayed, last item has to be navbar-burger #}
66

77
<a class="navbar-item" href="{{ pathto(master_doc) }}">
8-
{%- if logo_url %}
9-
<img src="{{ logo_url|e }}" height="28">
8+
{%- if logo %}
9+
<img src="{{ logo_url }}" height="28">
1010
{%- else %}
1111
{{ project }}
1212
{%- endif %}

0 commit comments

Comments
 (0)