about summary refs log tree commit diff stats
path: root/fire.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 /fire.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'fire.html')
-rw-r--r--fire.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/fire.html b/fire.html index e1196cf..7527600 100644 --- a/fire.html +++ b/fire.html
@@ -43,18 +43,20 @@
43 </article> 43 </article>
44 <nav> 44 <nav>
45 <a class="prevlink" href="paul.html" 45 <a class="prevlink" href="paul.html"
46 title="Next article in Buildings out of air: Paul in the Woods"> 46 title="Previous article in Buildings out of air: Paul in the Woods">
47 Paul 47 Paul
48 </a> 48 </a>
49 <a class="prevlink" href="father.html" 49 <a class="prevlink" href="father.html"
50 title="Next article in Buildings out of air: Paul in the Woods"> 50 title="Previous article in Buildings out of air: Paul in the Woods">
51 Father 51 Father
52 </a> 52 </a>
53 <a href="#" id="lozenge" title="Random page"> &loz; </a> 53 <a href="#" id="lozenge" title="Random page"> &loz; </a>
54 <a class="nextlink" href="hands.html" 54 <a class="nextlink" href="hands.html"
55 title="Previous article in Buildings out of air: Paul in the Woods"> 55 title="Next article in Buildings out of air: Paul in the Woods">
56 Hands 56 Hands
57 </a> 57 </a>
58 </nav> 58 </nav>
59 </body> 59
60
61</body>
60</html> 62</html>