Skip to content

Commit d55521c

Browse files
committed
Update logo path
1 parent f4ccc30 commit d55521c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 %}
9-
<img src="{{ pathto('_static/' + logo, 1) }}" height="28">
8+
{%- if logo_url %}
9+
<img src="{{ logo_url|e }}" height="28">
1010
{%- else %}
1111
{{ project }}
1212
{%- endif %}

0 commit comments

Comments
 (0)