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 11f4511 commit a18d814Copy full SHA for a18d814
_layouts/chapter.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
<h2>{{ page.title }}</h2>
0 commit comments