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 /worse-looking-over.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 'worse-looking-over.html')
-rw-r--r-- | worse-looking-over.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/worse-looking-over.html b/worse-looking-over.html index cd8045f..dd8fd7b 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html | |||
@@ -42,22 +42,24 @@ | |||
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | <a class="prevlink" href="love-as-god.html" | 44 | <a class="prevlink" href="love-as-god.html" |
45 | title="Next article in Stark Raving"> | 45 | title="Previous article in Stark Raving"> |
46 | Love as God | 46 | Love as God |
47 | </a> | 47 | </a> |
48 | <a class="prevlink" href="moon-drowning.html" | 48 | <a class="prevlink" href="moon-drowning.html" |
49 | title="Next article in Stark Raving"> | 49 | title="Previous article in Stark Raving"> |
50 | The moon is drowning | 50 | The moon is drowning |
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="sixteenth-chapel.html" | 53 | <a class="nextlink" href="sixteenth-chapel.html" |
54 | title="Previous article in Stark Raving"> | 54 | title="Next article in Stark Raving"> |
55 | The Sixteenth Chapel | 55 | The Sixteenth Chapel |
56 | </a> | 56 | </a> |
57 | <a class="nextlink" href="poetry-time.html" | 57 | <a class="nextlink" href="poetry-time.html" |
58 | title="Previous article in Stark Raving"> | 58 | title="Next article in Stark Raving"> |
59 | Something about the nature of poetry and time | 59 | Something about the nature of poetry and time |
60 | </a> | 60 | </a> |
61 | </nav> | 61 | </nav> |
62 | </body> | 62 | |
63 | |||
64 | </body> | ||
63 | </html> | 65 | </html> |