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 /weplayedthosegamestoo.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 'weplayedthosegamestoo.html')
-rw-r--r-- | weplayedthosegamestoo.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index ddff018..1b91437 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html | |||
@@ -42,14 +42,16 @@ | |||
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | <a class="prevlink" href="telemarketer.html" | 44 | <a class="prevlink" href="telemarketer.html" |
45 | title="Next article in Elegies for alternate selves"> | 45 | title="Previous article in Elegies for alternate selves"> |
46 | Telemarketer | 46 | Telemarketer |
47 | </a> | 47 | </a> |
48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
49 | <a class="nextlink" href="todaniel.html" | 49 | <a class="nextlink" href="todaniel.html" |
50 | title="Previous article in Elegies for alternate selves"> | 50 | title="Next article in Elegies for alternate selves"> |
51 | To Daniel: an elaboration | 51 | To Daniel: an elaboration |
52 | </a> | 52 | </a> |
53 | </nav> | 53 | </nav> |
54 | </body> | 54 | |
55 | |||
56 | </body> | ||
55 | </html> | 57 | </html> |