about summary refs log tree commit diff stats
path: root/man.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 /man.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'man.html')
-rw-r--r--man.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/man.html b/man.html index f2fcaeb..2fe7d2b 100644 --- a/man.html +++ b/man.html
@@ -54,22 +54,24 @@
54 </article> 54 </article>
55 <nav> 55 <nav>
56 <a class="prevlink" href="cereal.html" 56 <a class="prevlink" href="cereal.html"
57 title="Next article in Buildings out of air: Paul in the Woods"> 57 title="Previous article in Buildings out of air: Paul in the Woods">
58 Cereal 58 Cereal
59 </a> 59 </a>
60 <a class="prevlink" href="leg.html" 60 <a class="prevlink" href="leg.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 Leg 62 Leg
63 </a> 63 </a>
64 <a href="#" id="lozenge" title="Random page"> &loz; </a> 64 <a href="#" id="lozenge" title="Random page"> &loz; </a>
65 <a class="nextlink" href="snow.html" 65 <a class="nextlink" href="snow.html"
66 title="Previous article in Buildings out of air: Paul in the Woods"> 66 title="Next article in Buildings out of air: Paul in the Woods">
67 Snow 67 Snow
68 </a> 68 </a>
69 <a class="nextlink" href="notes.html" 69 <a class="nextlink" href="notes.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 Notes 71 Notes
72 </a> 72 </a>
73 </nav> 73 </nav>
74 </body> 74
75
76</body>
75</html> 77</html>