about summary refs log tree commit diff stats
path: root/prelude.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 20:15:34 -0700
committerCase Duckworth2015-03-12 20:15:34 -0700
commit66775c8a2976aefc7879d623a070d510254e4b6c (patch)
tree8b7773e87ec47d151f334274fbc9bf2440f09b79 /prelude.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'prelude.html')
-rw-r--r--prelude.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/prelude.html b/prelude.html index 1d7dcfc..99db357 100644 --- a/prelude.html +++ b/prelude.html
@@ -43,9 +43,11 @@
43 <nav> 43 <nav>
44 <a href="#" id="lozenge" title="Random page"> &loz; </a> 44 <a href="#" id="lozenge" title="Random page"> &loz; </a>
45 <a class="nextlink" href="purpose-dogs.html" 45 <a class="nextlink" href="purpose-dogs.html"
46 title="Previous article in Book of Hezekiah"> 46 title="Next article in Book of Hezekiah">
47 The purpose of dogs 47 The purpose of dogs
48 </a> 48 </a>
49 </nav> 49 </nav>
50 </body> 50
51
52</body>
51</html> 53</html>