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 /x-ray.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 'x-ray.html')
-rw-r--r-- | x-ray.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x-ray.html b/x-ray.html index 93787ab..b38b30d 100644 --- a/x-ray.html +++ b/x-ray.html | |||
@@ -46,22 +46,24 @@ | |||
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | <a class="prevlink" href="yellow.html" | 48 | <a class="prevlink" href="yellow.html" |
49 | title="Next article in Buildings out of air: Paul in the Woods"> | 49 | title="Previous article in Buildings out of air: Paul in the Woods"> |
50 | Yellow | 50 | Yellow |
51 | </a> | 51 | </a> |
52 | <a class="prevlink" href="writing.html" | 52 | <a class="prevlink" href="writing.html" |
53 | title="Next article in Buildings out of air: Paul in the Woods"> | 53 | title="Previous article in Buildings out of air: Paul in the Woods"> |
54 | Writing | 54 | Writing |
55 | </a> | 55 | </a> |
56 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 56 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
57 | <a class="nextlink" href="wallpaper.html" | 57 | <a class="nextlink" href="wallpaper.html" |
58 | title="Previous article in Buildings out of air: Paul in the Woods"> | 58 | title="Next article in Buildings out of air: Paul in the Woods"> |
59 | Wallpaper | 59 | Wallpaper |
60 | </a> | 60 | </a> |
61 | <a class="nextlink" href="yellow.html" | 61 | <a class="nextlink" href="yellow.html" |
62 | title="Previous article in Buildings out of air: Paul in the Woods"> | 62 | title="Next article in Buildings out of air: Paul in the Woods"> |
63 | Yellow | 63 | Yellow |
64 | </a> | 64 | </a> |
65 | </nav> | 65 | </nav> |
66 | </body> | 66 | |
67 | |||
68 | </body> | ||
67 | </html> | 69 | </html> |