about summary refs log tree commit diff stats
path: root/telemarketer.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 /telemarketer.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'telemarketer.html')
-rw-r--r--telemarketer.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/telemarketer.html b/telemarketer.html index 3a20bfb..315d009 100644 --- a/telemarketer.html +++ b/telemarketer.html
@@ -52,14 +52,16 @@
52 </article> 52 </article>
53 <nav> 53 <nav>
54 <a class="prevlink" href="swansong.html" 54 <a class="prevlink" href="swansong.html"
55 title="Next article in Elegies for alternate selves"> 55 title="Previous article in Elegies for alternate selves">
56 Swan song 56 Swan song
57 </a> 57 </a>
58 <a href="#" id="lozenge" title="Random page"> &loz; </a> 58 <a href="#" id="lozenge" title="Random page"> &loz; </a>
59 <a class="nextlink" href="weplayedthosegamestoo.html" 59 <a class="nextlink" href="weplayedthosegamestoo.html"
60 title="Previous article in Elegies for alternate selves"> 60 title="Next article in Elegies for alternate selves">
61 We played those games too 61 We played those games too
62 </a> 62 </a>
63 </nav> 63 </nav>
64 </body> 64
65
66</body>
65</html> 67</html>