about summary refs log tree commit diff stats
path: root/dream.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 /dream.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'dream.html')
-rw-r--r--dream.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/dream.html b/dream.html index 0921ead..aaaf3eb 100644 --- a/dream.html +++ b/dream.html
@@ -46,22 +46,24 @@
46 </article> 46 </article>
47 <nav> 47 <nav>
48 <a class="prevlink" href="underwear.html" 48 <a class="prevlink" href="underwear.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 Underwear 50 Underwear
51 </a> 51 </a>
52 <a class="prevlink" href="cereal.html" 52 <a class="prevlink" href="cereal.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 Cereal 54 Cereal
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="axe.html" 57 <a class="nextlink" href="axe.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 Axe 59 Axe
60 </a> 60 </a>
61 <a class="nextlink" href="early.html" 61 <a class="nextlink" href="early.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 Early 63 Early
64 </a> 64 </a>
65 </nav> 65 </nav>
66 </body> 66
67
68</body>
67</html> 69</html>