about summary refs log tree commit diff stats
path: root/leg.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 /leg.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'leg.html')
-rw-r--r--leg.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/leg.html b/leg.html index 1837e4f..80da4c4 100644 --- a/leg.html +++ b/leg.html
@@ -58,22 +58,24 @@
58 </article> 58 </article>
59 <nav> 59 <nav>
60 <a class="prevlink" href="toilet.html" 60 <a class="prevlink" href="toilet.html"
61 title="Next article in Buildings out of air: Paul in the Woods"> 61 title="Previous article in Buildings out of air: Paul in the Woods">
62 Toilet 62 Toilet
63 </a> 63 </a>
64 <a class="prevlink" href="leaf.html" 64 <a class="prevlink" href="leaf.html"
65 title="Next article in Buildings out of air: Paul in the Woods"> 65 title="Previous article in Buildings out of air: Paul in the Woods">
66 Leaf 66 Leaf
67 </a> 67 </a>
68 <a href="#" id="lozenge" title="Random page"> &loz; </a> 68 <a href="#" id="lozenge" title="Random page"> &loz; </a>
69 <a class="nextlink" href="planks.html" 69 <a class="nextlink" href="planks.html"
70 title="Previous article in Buildings out of air: Paul in the Woods"> 70 title="Next article in Buildings out of air: Paul in the Woods">
71 Planks 71 Planks
72 </a> 72 </a>
73 <a class="nextlink" href="man.html" 73 <a class="nextlink" href="man.html"
74 title="Previous article in Buildings out of air: Paul in the Woods"> 74 title="Next article in Buildings out of air: Paul in the Woods">
75 Man 75 Man
76 </a> 76 </a>
77 </nav> 77 </nav>
78 </body> 78
79
80</body>
79</html> 81</html>