about summary refs log tree commit diff stats
path: root/likingthings.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 /likingthings.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'likingthings.html')
-rw-r--r--likingthings.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/likingthings.html b/likingthings.html index 923528c..3a09695 100644 --- a/likingthings.html +++ b/likingthings.html
@@ -44,10 +44,12 @@
44 </article> 44 </article>
45 <nav> 45 <nav>
46 <a class="prevlink" href="problems.html" 46 <a class="prevlink" href="problems.html"
47 title="Next article in Book of Hezekiah"> 47 title="Previous article in Book of Hezekiah">
48 Problems 48 Problems
49 </a> 49 </a>
50 <a href="#" id="lozenge" title="Random page"> &loz; </a> 50 <a href="#" id="lozenge" title="Random page"> &loz; </a>
51 </nav> 51 </nav>
52 </body> 52
53
54</body>
53</html> 55</html>