Add navigation links to the two books
parent
e33cbde887
commit
77214c2915
|
@ -11,7 +11,9 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
<li><a href="#" class="current">About</a></li>
|
||||
<li><a href="#" class="current">About</a></li><br><br>
|
||||
<li><a href="book1/index.html">Lyza the Sheepdog: Christmas</a></li><br><br>
|
||||
<li><a href="book2/index.html">Lyza the Sheepdog: The Flood</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li><a href="#" class="current">Home</a></li>
|
||||
<li><a href="about/index.html">About</a></li>
|
||||
<li><a href="about/index.html">About</a></li><br><br>
|
||||
<li><a href="book1/index.html">Lyza the Sheepdog: Christmas</a></li><br><br>
|
||||
<li><a href="book2/index.html">Lyza the Sheepdog: The Flood</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue