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 /boar.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 'boar.html')
-rw-r--r-- | boar.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/boar.html b/boar.html index 152f0fe..2bbd336 100644 --- a/boar.html +++ b/boar.html | |||
@@ -46,14 +46,16 @@ | |||
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | <a class="prevlink" href="theoceanoverflowswithcamels.html" | 48 | <a class="prevlink" href="theoceanoverflowswithcamels.html" |
49 | title="Next article in Elegies for alternate selves"> | 49 | title="Previous article in Elegies for alternate selves"> |
50 | The ocean overflows with camels | 50 | The ocean overflows with camels |
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="deadman.html" | 53 | <a class="nextlink" href="deadman.html" |
54 | title="Previous article in Elegies for alternate selves"> | 54 | title="Next article in Elegies for alternate selves"> |
55 | Dead man | 55 | Dead man |
56 | </a> | 56 | </a> |
57 | </nav> | 57 | </nav> |
58 | </body> | 58 | |
59 | |||
60 | </body> | ||
59 | </html> | 61 | </html> |