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 /i-am.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 'i-am.html')
-rw-r--r-- | i-am.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/i-am.html b/i-am.html index 7ae90ad..7a7f1bc 100644 --- a/i-am.html +++ b/i-am.html | |||
@@ -42,14 +42,16 @@ | |||
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | <a class="prevlink" href="onformalpoetry.html" | 44 | <a class="prevlink" href="onformalpoetry.html" |
45 | title="Next article in Elegies for alternate selves"> | 45 | title="Previous article in Elegies for alternate selves"> |
46 | On formal poetry | 46 | On formal poetry |
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="howithappened.html" | 49 | <a class="nextlink" href="howithappened.html" |
50 | title="Previous article in Elegies for alternate selves"> | 50 | title="Next article in Elegies for alternate selves"> |
51 | How it happened | 51 | How it happened |
52 | </a> | 52 | </a> |
53 | </nav> | 53 | </nav> |
54 | </body> | 54 | |
55 | |||
56 | </body> | ||
55 | </html> | 57 | </html> |