about summary refs log tree commit diff stats
path: root/spittle.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 /spittle.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'spittle.html')
-rw-r--r--spittle.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/spittle.html b/spittle.html index 3ba66e8..fe80030 100644 --- a/spittle.html +++ b/spittle.html
@@ -42,14 +42,16 @@
42 </article> 42 </article>
43 <nav> 43 <nav>
44 <a class="prevlink" href="shipwright.html" 44 <a class="prevlink" href="shipwright.html"
45 title="Next article in Elegies for alternate selves"> 45 title="Previous article in Elegies for alternate selves">
46 The shipwright 46 The shipwright
47 </a> 47 </a>
48 <a href="#" id="lozenge" title="Random page"> &loz; </a> 48 <a href="#" id="lozenge" title="Random page"> &loz; </a>
49 <a class="nextlink" href="squirrel.html" 49 <a class="nextlink" href="squirrel.html"
50 title="Previous article in Elegies for alternate selves"> 50 title="Next article in Elegies for alternate selves">
51 The squirrel 51 The squirrel
52 </a> 52 </a>
53 </nav> 53 </nav>
54 </body> 54
55
56</body>
55</html> 57</html>