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 /planks.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 'planks.html')
-rw-r--r-- | planks.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/planks.html b/planks.html index ab5986a..5819928 100644 --- a/planks.html +++ b/planks.html | |||
@@ -47,22 +47,24 @@ | |||
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <a class="prevlink" href="leg.html" | 49 | <a class="prevlink" href="leg.html" |
50 | title="Next article in Buildings out of air: Paul in the Woods"> | 50 | title="Previous article in Buildings out of air: Paul in the Woods"> |
51 | Leg | 51 | Leg |
52 | </a> | 52 | </a> |
53 | <a class="prevlink" href="phone.html" | 53 | <a class="prevlink" href="phone.html" |
54 | title="Next article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
55 | Phone | 55 | Phone |
56 | </a> | 56 | </a> |
57 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 57 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
58 | <a class="nextlink" href="hardware.html" | 58 | <a class="nextlink" href="hardware.html" |
59 | title="Previous article in Buildings out of air: Paul in the Woods"> | 59 | title="Next article in Buildings out of air: Paul in the Woods"> |
60 | Hardware | 60 | Hardware |
61 | </a> | 61 | </a> |
62 | <a class="nextlink" href="punch.html" | 62 | <a class="nextlink" href="punch.html" |
63 | title="Previous article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
64 | Punch | 64 | Punch |
65 | </a> | 65 | </a> |
66 | </nav> | 66 | </nav> |
67 | </body> | 67 | |
68 | |||
69 | </body> | ||
68 | </html> | 70 | </html> |