Skip to content

Commit 75f4c0f

Browse files
authored
Merge pull request #442 from facultyai/docs-favicon
Fix docs favicon and remove "Updating..." title
2 parents 10ee0d1 + 506b401 commit 75f4c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/components_page/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{% extends "docs.html" %}
2525
{% block head %}
2626
{{ super() }}
27-
{{ "{%metas%}{%css%}{%favicon%}" }}
27+
{{ "{%metas%}{%css%}" }}
2828
{% endblock %}
2929
{% block title %}
3030
<title>{{ "{%title%}" }}</title>
@@ -136,6 +136,7 @@ def register_apps():
136136
sidenav_active="components",
137137
active_child=slug,
138138
),
139+
update_title=None,
139140
)
140141
app.title = f"{_get_label(slug)} - dbc docs"
141142

0 commit comments

Comments
 (0)