We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89986 commit a283c5dCopy full SHA for a283c5d
tensorly_sphinx_theme/layout.html
@@ -41,7 +41,7 @@
41
<div id="column-container">
42
<div class="columns is-mobile is-centered">
43
44
- {% if meta is defined and not (meta is not none and 'no-toc' in meta) %}
+ {% if meta is defined and not (meta is not none and 'no-toc' in meta) %}
45
{# Menu side navbar #}
46
{%- include "sidebar-menu.html" %}
47
{% endif %}
tensorly_sphinx_theme/navigation.html
@@ -5,8 +5,8 @@
5
{# Always displayed, last item has to be navbar-burger #}
6
7
<a class="navbar-item" href="{{ pathto(master_doc) }}">
8
- {%- if logo_url %}
9
- <img src="{{ logo_url|e }}" height="28">
+ {%- if logo %}
+ <img src="{{ logo_url }}" height="28">
10
{%- else %}
11
{{ project }}
12
{%- endif %}
0 commit comments