We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b57d67 commit 5d5d23dCopy full SHA for 5d5d23d
1 file changed
docs/source/conf.py
@@ -51,8 +51,9 @@
51
"announcement": '''
52
53
<nav class="navbar">
54
- <div class="logo">reStructuredPython</div>
+ <a href="/"><div class="logo">reStructuredPython</div></a>
55
<ul class="nav-links">
56
+ <li><a href="https://restructuredpython.rf.gd/playground">Playground</a></li>
57
<li><a href="https://restructuredpython.rf.gd#github">Open Source</a></li>
58
<li><a href="https://restructuredpython.rf.gd#features">Features</a></li>
59
<li><a href="/">Docs</a></li>
@@ -106,4 +107,4 @@
106
107
}
108
</style>
109
''',
-}
110
+}
0 commit comments