about summary refs log tree commit diff stats
path: root/movingsideways.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 /movingsideways.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'movingsideways.html')
-rw-r--r--movingsideways.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/movingsideways.html b/movingsideways.html index 866fa8c..2f7149a 100644 --- a/movingsideways.html +++ b/movingsideways.html
@@ -52,14 +52,16 @@
52 </article> 52 </article>
53 <nav> 53 <nav>
54 <a class="prevlink" href="proverbs.html" 54 <a class="prevlink" href="proverbs.html"
55 title="Next article in Book of Hezekiah"> 55 title="Previous article in Book of Hezekiah">
56 Proverbs 56 Proverbs
57 </a> 57 </a>
58 <a href="#" id="lozenge" title="Random page"> &loz; </a> 58 <a href="#" id="lozenge" title="Random page"> &loz; </a>
59 <a class="nextlink" href="problems.html" 59 <a class="nextlink" href="problems.html"
60 title="Previous article in Book of Hezekiah"> 60 title="Next article in Book of Hezekiah">
61 Problems 61 Problems
62 </a> 62 </a>
63 </nav> 63 </nav>
64 </body> 64
65
66</body>
65</html> 67</html>