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 /love-as-god.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 'love-as-god.html')
-rw-r--r-- | love-as-god.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/love-as-god.html b/love-as-god.html index 6c62a90..6ada44b 100644 --- a/love-as-god.html +++ b/love-as-god.html | |||
@@ -48,22 +48,24 @@ | |||
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | <a class="prevlink" href="initial-conditions.html" | 50 | <a class="prevlink" href="initial-conditions.html" |
51 | title="Next article in Stark Raving"> | 51 | title="Previous article in Stark Raving"> |
52 | Initial conditions | 52 | Initial conditions |
53 | </a> | 53 | </a> |
54 | <a class="prevlink" href="ouroboros_memory.html" | 54 | <a class="prevlink" href="ouroboros_memory.html" |
55 | title="Next article in Stark Raving"> | 55 | title="Previous article in Stark Raving"> |
56 | Ouroboros of memory | 56 | Ouroboros of memory |
57 | </a> | 57 | </a> |
58 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 58 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
59 | <a class="nextlink" href="worse-looking-over.html" | 59 | <a class="nextlink" href="worse-looking-over.html" |
60 | title="Previous article in Stark Raving"> | 60 | title="Next article in Stark Raving"> |
61 | Worse looking over | 61 | Worse looking over |
62 | </a> | 62 | </a> |
63 | <a class="nextlink" href="lappel-du-vide.html" | 63 | <a class="nextlink" href="lappel-du-vide.html" |
64 | title="Previous article in Stark Raving"> | 64 | title="Next article in Stark Raving"> |
65 | L’appel du vide | 65 | L’appel du vide |
66 | </a> | 66 | </a> |
67 | </nav> | 67 | </nav> |
68 | </body> | 68 | |
69 | |||
70 | </body> | ||
69 | </html> | 71 | </html> |