Skip to content

Commit 2ba85f7

Browse files
committed
Make the navigation in the header a bit more semantic
1 parent 17019c9 commit 2ba85f7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_layouts/default.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
<body>
88
<header>
99
<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>
10+
<nav>
11+
<ul>
12+
<li><a href="/chapters">Chapter Index</a></li>
13+
<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>
1418
</header>
1519
<section class="content">
1620
{{ content }}

0 commit comments

Comments
 (0)