Skip to content

Commit 5d5d23d

Browse files
authored
Update conf.py
1 parent 8b57d67 commit 5d5d23d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151
"announcement": '''
5252
5353
<nav class="navbar">
54-
<div class="logo">reStructuredPython</div>
54+
<a href="/"><div class="logo">reStructuredPython</div></a>
5555
<ul class="nav-links">
56+
<li><a href="https://restructuredpython.rf.gd/playground">Playground</a></li>
5657
<li><a href="https://restructuredpython.rf.gd#github">Open Source</a></li>
5758
<li><a href="https://restructuredpython.rf.gd#features">Features</a></li>
5859
<li><a href="/">Docs</a></li>
@@ -106,4 +107,4 @@
106107
}
107108
</style>
108109
''',
109-
}
110+
}

0 commit comments

Comments
 (0)