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