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 /stagnant.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 'stagnant.html')
-rw-r--r-- | stagnant.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/stagnant.html b/stagnant.html index da4ea1c..5da0761 100644 --- a/stagnant.html +++ b/stagnant.html | |||
@@ -44,22 +44,24 @@ | |||
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <a class="prevlink" href="options.html" | 46 | <a class="prevlink" href="options.html" |
47 | title="Next article in Buildings out of air: Paul in the Woods"> | 47 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Options | 48 | Options |
49 | </a> | 49 | </a> |
50 | <a class="prevlink" href="snow.html" | 50 | <a class="prevlink" href="snow.html" |
51 | title="Next article in Buildings out of air: Paul in the Woods"> | 51 | title="Previous article in Buildings out of air: Paul in the Woods"> |
52 | Snow | 52 | Snow |
53 | </a> | 53 | </a> |
54 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 54 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
55 | <a class="nextlink" href="building.html" | 55 | <a class="nextlink" href="building.html" |
56 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Next article in Buildings out of air: Paul in the Woods"> |
57 | Building | 57 | Building |
58 | </a> | 58 | </a> |
59 | <a class="nextlink" href="stump.html" | 59 | <a class="nextlink" href="stump.html" |
60 | title="Previous article in Buildings out of air: Paul in the Woods"> | 60 | title="Next article in Buildings out of air: Paul in the Woods"> |
61 | Stump | 61 | Stump |
62 | </a> | 62 | </a> |
63 | </nav> | 63 | </nav> |
64 | </body> | 64 | |
65 | |||
66 | </body> | ||
65 | </html> | 67 | </html> |