Skip to content

Commit 19f0b4f

Browse files
committed
Change logo href back to index
1 parent 772ef6a commit 19f0b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydata_sphinx_theme/docs-navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container-xl">
33

44
{% if logo %}
5-
<a class="navbar-brand" href="{{ pathto(master_doc) }}">
5+
<a class="navbar-brand" href="{{ pathto(index) }}">
66
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="logo">
77
</a>
88
{% endif %}

0 commit comments

Comments
 (0)