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 /lappel-du-vide.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 'lappel-du-vide.html')
-rw-r--r-- | lappel-du-vide.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index 24e0784..d22a9c1 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html | |||
@@ -60,22 +60,24 @@ | |||
60 | </article> | 60 | </article> |
61 | <nav> | 61 | <nav> |
62 | <a class="prevlink" href="ouroboros_memory.html" | 62 | <a class="prevlink" href="ouroboros_memory.html" |
63 | title="Next article in Stark Raving"> | 63 | title="Previous article in Stark Raving"> |
64 | Ouroboros of memory | 64 | Ouroboros of memory |
65 | </a> | 65 | </a> |
66 | <a class="prevlink" href="love-as-god.html" | 66 | <a class="prevlink" href="love-as-god.html" |
67 | title="Next article in Stark Raving"> | 67 | title="Previous article in Stark Raving"> |
68 | Love as God | 68 | Love as God |
69 | </a> | 69 | </a> |
70 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 70 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
71 | <a class="nextlink" href="boy_bus.html" | 71 | <a class="nextlink" href="boy_bus.html" |
72 | title="Previous article in Stark Raving"> | 72 | title="Next article in Stark Raving"> |
73 | Boy on the bus | 73 | Boy on the bus |
74 | </a> | 74 | </a> |
75 | <a class="nextlink" href="i-think-its-you.html" | 75 | <a class="nextlink" href="i-think-its-you.html" |
76 | title="Previous article in Stark Raving"> | 76 | title="Next article in Stark Raving"> |
77 | I think it’s you (but it’s not) | 77 | I think it’s you (but it’s not) |
78 | </a> | 78 | </a> |
79 | </nav> | 79 | </nav> |
80 | </body> | 80 | |
81 | |||
82 | </body> | ||
81 | </html> | 83 | </html> |