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 3ffda29 commit 7a399f8Copy full SHA for 7a399f8
.layouts/docs.html
@@ -17,8 +17,6 @@
17
document.body.classList.add('hidenav');
18
}
19
});
20
- </script>
21
- <script>
22
document.addEventListener('DOMContentLoaded', function() {
23
const links = document.querySelectorAll('a');
24
links.forEach(link => {
.layouts/nav.html
@@ -1,4 +1,4 @@
1
- <div id="navbar">
+<div id="navbar">
2
<nav>
3
<a href="/" id="logo"><img width="120" height="44" src="/logo.svg" alt="JSON Feed" /></a>
4
<a href="/spec/1.0" class="link">Spec</a>
0 commit comments