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