8000 Make logo in mobile version link to theme root · obulat/python-docs-theme@bd1d802 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd1d802

Browse files
committed
Make logo in mobile version link to theme root
1 parent d96713e commit bd1d802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_docs_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3>{{ _('Navigation') }}</h3>
8585
<span></span>
8686
</label>
8787
<nav class="nav-content" role="navigation">
88-
<a href="{{ pathto(theme_root_url) }}" class="nav-logo">
88+
<a href="{{ theme_root_url }}" class="nav-logo">
8989
<img src="{{ pathto('_static/py.svg', 1) }}" alt="Logo"/>
9090
</ 3ED0 a>
9191
<div class="version_switcher_placeholder"></div>

0 commit comments

Comments
 (0)
0