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 /paul.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 'paul.html')
-rw-r--r-- | paul.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/paul.html b/paul.html index 7428d30..dde16dd 100644 --- a/paul.html +++ b/paul.html | |||
@@ -72,22 +72,24 @@ | |||
72 | </article> | 72 | </article> |
73 | <nav> | 73 | <nav> |
74 | <a class="prevlink" href="father.html" | 74 | <a class="prevlink" href="father.html" |
75 | title="Next article in Buildings out of air: Paul in the Woods"> | 75 | title="Previous article in Buildings out of air: Paul in the Woods"> |
76 | Father | 76 | Father |
77 | </a> | 77 | </a> |
78 | <a class="prevlink" href="options.html" | 78 | <a class="prevlink" href="options.html" |
79 | title="Next article in Buildings out of air: Paul in the Woods"> | 79 | title="Previous article in Buildings out of air: Paul in the Woods"> |
80 | Options | 80 | Options |
81 | </a> | 81 | </a> |
82 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 82 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
83 | <a class="nextlink" href="fire.html" | 83 | <a class="nextlink" href="fire.html" |
84 | title="Previous article in Buildings out of air: Paul in the Woods"> | 84 | title="Next article in Buildings out of air: Paul in the Woods"> |
85 | Fire | 85 | Fire |
86 | </a> | 86 | </a> |
87 | <a class="nextlink" href="phone.html" | 87 | <a class="nextlink" href="phone.html" |
88 | title="Previous article in Buildings out of air: Paul in the Woods"> | 88 | title="Next article in Buildings out of air: Paul in the Woods"> |
89 | Phone | 89 | Phone |
90 | </a> | 90 | </a> |
91 | </nav> | 91 | </nav> |
92 | </body> | 92 | |
93 | |||
94 | </body> | ||
93 | </html> | 95 | </html> |