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