8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da943b9 commit 9670871Copy full SHA for 9670871
pep_extensions/theme/breadcrumbs.html
@@ -0,0 +1,8 @@
1
+<ul class="breadcrumbs menu" role="directory" aria-label="breadcrumbs navigation">
2
+ {% block breadcrumbs %}
3
+ <li><a href="{{ theme_root_url }}" title="The Python Programming Language">Python</a><span class="prompt">>>></span></li>
4
+ <li><a href="{{ theme_root_url }}dev/">Python Developer's Guide</a><span class="prompt">>>></span></li>
5
+ <li><a href="{{ pathto("pep-0000") }}">PEP Index</a><span class="prompt">>>></span></li>
6
+ <li>{{ title }}</li>
7
+ {% endblock %}
8
+</ul>
0 commit comments