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 d56d22c commit 5768ae6Copy full SHA for 5768ae6
metadata.html.jinja
@@ -7,7 +7,7 @@
7
</head>
8
<body>
9
<h1>Python Docs Translation Dashboard</h1>
10
-<p><a href="index.html" target="_self">main</a> | meta</p>
+<nav><p><a href="index.html" target="_self">main</a> | meta</p></nav>
11
<table>
12
<thead>
13
<tr>
template.html.jinja
@@ -8,7 +8,7 @@
-<p>main | <a href="metadata.html" target="_self">meta</a></p>
+<nav><p>main | <a href="metadata.html" target="_self">meta</a></p></nav>
14
0 commit comments