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 /phone.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 'phone.html')
-rw-r--r-- | phone.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/phone.html b/phone.html index cb4af94..67d0d2b 100644 --- a/phone.html +++ b/phone.html | |||
@@ -45,22 +45,24 @@ | |||
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <a class="prevlink" href="treatise.html" | 47 | <a class="prevlink" href="treatise.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 | Treatise | 49 | Treatise |
50 | </a> | 50 | </a> |
51 | <a class="prevlink" href="paul.html" | 51 | <a class="prevlink" href="paul.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 | Paul | 53 | Paul |
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="tapestry.html" | 56 | <a class="nextlink" href="tapestry.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 | Tapestry | 58 | Tapestry |
59 | </a> | 59 | </a> |
60 | <a class="nextlink" href="planks.html" | 60 | <a class="nextlink" href="planks.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 | Planks | 62 | Planks |
63 | </a> | 63 | </a> |
64 | </nav> | 64 | </nav> |
65 | </body> | 65 | |
66 | |||
67 | </body> | ||
66 | </html> | 68 | </html> |