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 /lovesong.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 'lovesong.html')
-rw-r--r-- | lovesong.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lovesong.html b/lovesong.html index 666f65a..4ddde2d 100644 --- a/lovesong.html +++ b/lovesong.html | |||
@@ -46,14 +46,16 @@ | |||
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | <a class="prevlink" href="howithappened.html" | 48 | <a class="prevlink" href="howithappened.html" |
49 | title="Next article in Elegies for alternate selves"> | 49 | title="Previous article in Elegies for alternate selves"> |
50 | How it happened | 50 | How it happened |
51 | </a> | 51 | </a> |
52 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 52 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
53 | <a class="nextlink" href="roughgloves.html" | 53 | <a class="nextlink" href="roughgloves.html" |
54 | title="Previous article in Elegies for alternate selves"> | 54 | title="Next article in Elegies for alternate selves"> |
55 | Rough gloves | 55 | Rough gloves |
56 | </a> | 56 | </a> |
57 | </nav> | 57 | </nav> |
58 | </body> | 58 | |
59 | |||
60 | </body> | ||
59 | </html> | 61 | </html> |