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 /and.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 'and.html')
-rw-r--r-- | and.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/and.html b/and.html index df2453b..0b5f288 100644 --- a/and.html +++ b/and.html | |||
@@ -50,14 +50,16 @@ | |||
50 | </article> | 50 | </article> |
51 | <nav> | 51 | <nav> |
52 | <a class="prevlink" href="howtoread.html" | 52 | <a class="prevlink" href="howtoread.html" |
53 | title="Next article in Elegies for alternate selves"> | 53 | title="Previous article in Elegies for alternate selves"> |
54 | How to read this | 54 | How to read this |
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="words-meaning.html" | 57 | <a class="nextlink" href="words-meaning.html" |
58 | title="Previous article in Elegies for alternate selves"> | 58 | title="Next article in Elegies for alternate selves"> |
59 | Words and meaning | 59 | Words and meaning |
60 | </a> | 60 | </a> |
61 | </nav> | 61 | </nav> |
62 | </body> | 62 | |
63 | |||
64 | </body> | ||
63 | </html> | 65 | </html> |