about summary refs log tree commit diff stats
path: root/hands.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 /hands.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'hands.html')
-rw-r--r--hands.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/hands.html b/hands.html index e78e42d..0522642 100644 --- a/hands.html +++ b/hands.html
@@ -47,22 +47,24 @@
47 </article> 47 </article>
48 <nav> 48 <nav>
49 <a class="prevlink" href="shed.html" 49 <a class="prevlink" href="shed.html"
50 title="Next article in Buildings out of air: Paul in the Woods"> 50 title="Previous article in Buildings out of air: Paul in the Woods">
51 Shed 51 Shed
52 </a> 52 </a>
53 <a class="prevlink" href="fire.html" 53 <a class="prevlink" href="fire.html"
54 title="Next article in Buildings out of air: Paul in the Woods"> 54 title="Previous article in Buildings out of air: Paul in the Woods">
55 Fire 55 Fire
56 </a> 56 </a>
57 <a href="#" id="lozenge" title="Random page"> &loz; </a> 57 <a href="#" id="lozenge" title="Random page"> &loz; </a>
58 <a class="nextlink" href="toilet.html" 58 <a class="nextlink" href="toilet.html"
59 title="Previous article in Buildings out of air: Paul in the Woods"> 59 title="Next article in Buildings out of air: Paul in the Woods">
60 Toilet 60 Toilet
61 </a> 61 </a>
62 <a class="nextlink" href="hardware.html" 62 <a class="nextlink" href="hardware.html"
63 title="Previous article in Buildings out of air: Paul in the Woods"> 63 title="Next article in Buildings out of air: Paul in the Woods">
64 Hardware 64 Hardware
65 </a> 65 </a>
66 </nav> 66 </nav>
67 </body> 67
68
69</body>
68</html> 70</html>