about summary refs log tree commit diff stats
path: root/paul.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 /paul.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'paul.html')
-rw-r--r--paul.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/paul.html b/paul.html index 7428d30..dde16dd 100644 --- a/paul.html +++ b/paul.html
@@ -72,22 +72,24 @@
72 </article> 72 </article>
73 <nav> 73 <nav>
74 <a class="prevlink" href="father.html" 74 <a class="prevlink" href="father.html"
75 title="Next article in Buildings out of air: Paul in the Woods"> 75 title="Previous article in Buildings out of air: Paul in the Woods">
76 Father 76 Father
77 </a> 77 </a>
78 <a class="prevlink" href="options.html" 78 <a class="prevlink" href="options.html"
79 title="Next article in Buildings out of air: Paul in the Woods"> 79 title="Previous article in Buildings out of air: Paul in the Woods">
80 Options 80 Options
81 </a> 81 </a>
82 <a href="#" id="lozenge" title="Random page"> &loz; </a> 82 <a href="#" id="lozenge" title="Random page"> &loz; </a>
83 <a class="nextlink" href="fire.html" 83 <a class="nextlink" href="fire.html"
84 title="Previous article in Buildings out of air: Paul in the Woods"> 84 title="Next article in Buildings out of air: Paul in the Woods">
85 Fire 85 Fire
86 </a> 86 </a>
87 <a class="nextlink" href="phone.html" 87 <a class="nextlink" href="phone.html"
88 title="Previous article in Buildings out of air: Paul in the Woods"> 88 title="Next article in Buildings out of air: Paul in the Woods">
89 Phone 89 Phone
90 </a> 90 </a>
91 </nav> 91 </nav>
92 </body> 92
93
94</body>
93</html> 95</html>