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 /moongone.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 'moongone.html')
-rw-r--r-- | moongone.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/moongone.html b/moongone.html index 4e5afd0..71594bb 100644 --- a/moongone.html +++ b/moongone.html | |||
@@ -50,14 +50,16 @@ | |||
50 | </article> | 50 | </article> |
51 | <nav> | 51 | <nav> |
52 | <a class="prevlink" href="ronaldmcdonald.html" | 52 | <a class="prevlink" href="ronaldmcdonald.html" |
53 | title="Next article in Elegies for alternate selves"> | 53 | title="Previous article in Elegies for alternate selves"> |
54 | Ronald McDonald | 54 | Ronald McDonald |
55 | </a> | 55 | </a> |
56 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 56 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
57 | <a class="nextlink" href="mountain.html" | 57 | <a class="nextlink" href="mountain.html" |
58 | title="Previous article in Elegies for alternate selves"> | 58 | title="Next article in Elegies for alternate selves"> |
59 | The mountain | 59 | The mountain |
60 | </a> | 60 | </a> |
61 | </nav> | 61 | </nav> |
62 | </body> | 62 | |
63 | |||
64 | </body> | ||
63 | </html> | 65 | </html> |