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