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 /ouroboros_memory.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 'ouroboros_memory.html')
-rw-r--r-- | ouroboros_memory.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ouroboros_memory.html b/ouroboros_memory.html index ce3e88d..7626cb4 100644 --- a/ouroboros_memory.html +++ b/ouroboros_memory.html | |||
@@ -54,22 +54,24 @@ | |||
54 | </article> | 54 | </article> |
55 | <nav> | 55 | <nav> |
56 | <a class="prevlink" href="table_contents.html" | 56 | <a class="prevlink" href="table_contents.html" |
57 | title="Next article in Stark Raving"> | 57 | title="Previous article in Stark Raving"> |
58 | Table of contents | 58 | Table of contents |
59 | </a> | 59 | </a> |
60 | <a class="prevlink" href="initial-conditions.html" | 60 | <a class="prevlink" href="initial-conditions.html" |
61 | title="Next article in Stark Raving"> | 61 | title="Previous article in Stark Raving"> |
62 | Initial Conditions | 62 | Initial Conditions |
63 | </a> | 63 | </a> |
64 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 64 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
65 | <a class="nextlink" href="lappel-du-vide.html" | 65 | <a class="nextlink" href="lappel-du-vide.html" |
66 | title="Previous article in Stark Raving"> | 66 | title="Next article in Stark Raving"> |
67 | L’appel du vide | 67 | L’appel du vide |
68 | </a> | 68 | </a> |
69 | <a class="nextlink" href="love-as-god.html" | 69 | <a class="nextlink" href="love-as-god.html" |
70 | title="Previous article in Stark Raving"> | 70 | title="Next article in Stark Raving"> |
71 | Love as God | 71 | Love as God |
72 | </a> | 72 | </a> |
73 | </nav> | 73 | </nav> |
74 | </body> | 74 | |
75 | |||
76 | </body> | ||
75 | </html> | 77 | </html> |