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 17019c9 commit 2ba85f7Copy full SHA for 2ba85f7
_layouts/default.html
@@ -7,10 +7,14 @@
7
<body>
8
<header>
9
<h1><a href="/">CoffeeScript Cookbook</a></h1>
10
- <a href="/chapters">Chapter Index</a> |
11
- <a href="/contributing">Contributing</a> |
12
- <a href="/authors">Authors</a> |
13
- <a href="/license">License</a>
+ <nav>
+ <ul>
+ <li><a href="/chapters">Chapter Index</a></li>
+ <li><a href="/contributing">Contributing</a></li>
14
+ <li><a href="/authors">Authors</a></li>
15
+ <li><a href="/license">License</a></li>
16
+ </ul>
17
+ </nav>
18
</header>
19
<section class="content">
20
{{ content }}
0 commit comments