Skip to content

Commit 7a399f8

Browse files
committed
Minor cleanup
1 parent 3ffda29 commit 7a399f8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.layouts/docs.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
document.body.classList.add('hidenav');
1818
}
1919
});
20-
</script>
21-
<script>
2220
document.addEventListener('DOMContentLoaded', function() {
2321
const links = document.querySelectorAll('a');
2422
links.forEach(link => {

.layouts/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="navbar">
1+
<div id="navbar">
22
<nav>
33
<a href="/" id="logo"><img width="120" height="44" src="/logo.svg" alt="JSON Feed" /></a>
44
<a href="/spec/1.0" class="link">Spec</a>

0 commit comments

Comments
 (0)