about summary refs log tree commit diff stats
path: root/treatise.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 /treatise.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'treatise.html')
-rw-r--r--treatise.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/treatise.html b/treatise.html index 826bcf7..f789dc9 100644 --- a/treatise.html +++ b/treatise.html
@@ -48,22 +48,24 @@
48 </article> 48 </article>
49 <nav> 49 <nav>
50 <a class="prevlink" href="hardware.html" 50 <a class="prevlink" href="hardware.html"
51 title="Next article in Buildings out of air: Paul in the Woods"> 51 title="Previous article in Buildings out of air: Paul in the Woods">
52 Hardware 52 Hardware
53 </a> 53 </a>
54 <a class="prevlink" href="toothpaste.html" 54 <a class="prevlink" href="toothpaste.html"
55 title="Next article in Buildings out of air: Paul in the Woods"> 55 title="Previous article in Buildings out of air: Paul in the Woods">
56 Toothpaste 56 Toothpaste
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="phone.html" 59 <a class="nextlink" href="phone.html"
60 title="Previous article in Buildings out of air: Paul in the Woods"> 60 title="Next article in Buildings out of air: Paul in the Woods">
61 Phone 61 Phone
62 </a> 62 </a>
63 <a class="nextlink" href="underwear.html" 63 <a class="nextlink" href="underwear.html"
64 title="Previous article in Buildings out of air: Paul in the Woods"> 64 title="Next article in Buildings out of air: Paul in the Woods">
65 Underwear 65 Underwear
66 </a> 66 </a>
67 </nav> 67 </nav>
68 </body> 68
69
70</body>
69</html> 71</html>