about summary refs log tree commit diff stats
path: root/phone.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 /phone.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'phone.html')
-rw-r--r--phone.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/phone.html b/phone.html index cb4af94..67d0d2b 100644 --- a/phone.html +++ b/phone.html
@@ -45,22 +45,24 @@
45 </article> 45 </article>
46 <nav> 46 <nav>
47 <a class="prevlink" href="treatise.html" 47 <a class="prevlink" href="treatise.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 Treatise 49 Treatise
50 </a> 50 </a>
51 <a class="prevlink" href="paul.html" 51 <a class="prevlink" href="paul.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 Paul 53 Paul
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="tapestry.html" 56 <a class="nextlink" href="tapestry.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 Tapestry 58 Tapestry
59 </a> 59 </a>
60 <a class="nextlink" href="planks.html" 60 <a class="nextlink" href="planks.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 Planks 62 Planks
63 </a> 63 </a>
64 </nav> 64 </nav>
65 </body> 65
66
67</body>
66</html> 68</html>