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 d24c4cb commit 39cbbc1Copy full SHA for 39cbbc1
alabaster/about.html
@@ -4,7 +4,7 @@
4
<img class="logo" src="{{ pathto('_static/' ~ theme_logo, 1) }}" alt="Logo" />
5
{% if theme_logo_name|lower == 'true' %}
6
<h1 class="logo logo-name">{{ project }}</h1>
7
- {% elif theme_logo_name %}
+ {% elif theme_logo_name|lower != 'false' %}
8
<h1 class="logo logo-name">{{ theme_logo_name }}</h1>
9
{% endif %}
10
</a>
docs/changelog.rst
@@ -5,6 +5,8 @@ Changelog
Next release (in development)
-----------------------------
+- :bug:`215` Do not display ``logo_name`` if it is set to ``False``.
+
:git_tag:`0.7.15` -- 2024-01-08
11
-------------------------------
12
0 commit comments