diff --git a/src/furo/theme/furo/base.html b/src/furo/theme/furo/base.html
index 4e6c0d098..e3430dd7f 100644
--- a/src/furo/theme/furo/base.html
+++ b/src/furo/theme/furo/base.html
@@ -30,8 +30,8 @@
{%- endblock linktags %}
{# Favicon #}
- {%- if favicon -%}
-
+ {%- if favicon_url -%}
+
{%- endif -%}
{#- Generator banner -#}
diff --git a/src/furo/theme/furo/sidebar/brand.html b/src/furo/theme/furo/sidebar/brand.html
index 24770331e..178327961 100644
--- a/src/furo/theme/furo/sidebar/brand.html
+++ b/src/furo/theme/furo/sidebar/brand.html
@@ -13,9 +13,9 @@
-#}
{% block brand_content %}
- {%- if logo %}
+ {%- if logo_url %}
{%- endif %}
{%- if theme_light_logo and theme_dark_logo %}