diff options
author | Case Duckworth | 2015-03-12 20:15:34 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 20:15:34 -0700 |
commit | 66775c8a2976aefc7879d623a070d510254e4b6c (patch) | |
tree | 8b7773e87ec47d151f334274fbc9bf2440f09b79 /angeltoabraham.html | |
parent | Fix bug in Something Simple (diff) | |
download | autocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip |
Fix bug in previous/next navlinks
Diffstat (limited to 'angeltoabraham.html')
-rw-r--r-- | angeltoabraham.html | 8 |
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"> ◊ </a> | 51 | <a href="#" id="lozenge" title="Random page"> ◊ </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> |