diff --git a/alabaster/about.html b/alabaster/about.html index 2bf686f..54b7bd2 100644 --- a/alabaster/about.html +++ b/alabaster/about.html @@ -1,14 +1,14 @@ {% if theme_logo %} -

{% if theme_logo_name|lower == 'true' %} -

{{ project }}

+ {% elif theme_logo_name|lower != 'false' %} -

{{ theme_logo_name }}

+ {% endif %}
-

+

{% else %}

{{ project }}

{% endif %}