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 /cereal.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 'cereal.html')
-rw-r--r-- | cereal.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/cereal.html b/cereal.html index 05e1f24..109bfca 100644 --- a/cereal.html +++ b/cereal.html | |||
@@ -45,22 +45,24 @@ | |||
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <a class="prevlink" href="sapling.html" | 47 | <a class="prevlink" href="sapling.html" |
48 | title="Next article in Buildings out of air: Paul in the Woods"> | 48 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Sapling | 49 | Sapling |
50 | </a> | 50 | </a> |
51 | <a class="prevlink" href="building.html" | 51 | <a class="prevlink" href="building.html" |
52 | title="Next article in Buildings out of air: Paul in the Woods"> | 52 | title="Previous article in Buildings out of air: Paul in the Woods"> |
53 | Building | 53 | Building |
54 | </a> | 54 | </a> |
55 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 55 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
56 | <a class="nextlink" href="man.html" | 56 | <a class="nextlink" href="man.html" |
57 | title="Previous article in Buildings out of air: Paul in the Woods"> | 57 | title="Next article in Buildings out of air: Paul in the Woods"> |
58 | Man | 58 | Man |
59 | </a> | 59 | </a> |
60 | <a class="nextlink" href="dream.html" | 60 | <a class="nextlink" href="dream.html" |
61 | title="Previous article in Buildings out of air: Paul in the Woods"> | 61 | title="Next article in Buildings out of air: Paul in the Woods"> |
62 | Dream | 62 | Dream |
63 | </a> | 63 | </a> |
64 | </nav> | 64 | </nav> |
65 | </body> | 65 | |
66 | |||
67 | </body> | ||
66 | </html> | 68 | </html> |