about summary refs log tree commit diff stats
path: root/boy_bus.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 /boy_bus.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'boy_bus.html')
-rw-r--r--boy_bus.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/boy_bus.html b/boy_bus.html index 2de5940..68f3287 100644 --- a/boy_bus.html +++ b/boy_bus.html
@@ -45,22 +45,24 @@
45 </article> 45 </article>
46 <nav> 46 <nav>
47 <a class="prevlink" href="lappel-du-vide.html" 47 <a class="prevlink" href="lappel-du-vide.html"
48 title="Next article in Stark Raving"> 48 title="Previous article in Stark Raving">
49 L’appel du vide 49 L’appel du vide
50 </a> 50 </a>
51 <a class="prevlink" href="exasperated.html" 51 <a class="prevlink" href="exasperated.html"
52 title="Next article in Stark Raving"> 52 title="Previous article in Stark Raving">
53 Exasperated 53 Exasperated
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="i-think-its-you.html" 56 <a class="nextlink" href="i-think-its-you.html"
57 title="Previous article in Stark Raving"> 57 title="Next article in Stark Raving">
58 I think it’s you (but it’s not) 58 I think it’s you (but it’s not)
59 </a> 59 </a>
60 <a class="nextlink" href="last-bastion.html" 60 <a class="nextlink" href="last-bastion.html"
61 title="Previous article in Stark Raving"> 61 title="Next article in Stark Raving">
62 Last Bastion 62 Last Bastion
63 </a> 63 </a>
64 </nav> 64 </nav>
65 </body> 65
66
67</body>
66</html> 68</html>