Skip to content

Commit 5768ae6

Browse files
committed
wrap navigation in nav tag
1 parent d56d22c commit 5768ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<h1>Python Docs Translation Dashboard</h1>
10-
<p><a href="index.html" target="_self">main</a> | meta</p>
10+
<nav><p><a href="index.html" target="_self">main</a> | meta</p></nav>
1111
<table>
1212
<thead>
1313
<tr>

template.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<h1>Python Docs Translation Dashboard</h1>
11-
<p>main | <a href="metadata.html" target="_self">meta</a></p>
11+
<nav><p>main | <a href="metadata.html" target="_self">meta</a></p></nav>
1212
<table>
1313
<thead>
1414
<tr>

0 commit comments

Comments
 (0)