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