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 /prelude.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 'prelude.html')
-rw-r--r-- | prelude.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/prelude.html b/prelude.html index 1d7dcfc..99db357 100644 --- a/prelude.html +++ b/prelude.html | |||
@@ -43,9 +43,11 @@ | |||
43 | <nav> | 43 | <nav> |
44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="purpose-dogs.html" | 45 | <a class="nextlink" href="purpose-dogs.html" |
46 | title="Previous article in Book of Hezekiah"> | 46 | title="Next article in Book of Hezekiah"> |
47 | The purpose of dogs | 47 | The purpose of dogs |
48 | </a> | 48 | </a> |
49 | </nav> | 49 | </nav> |
50 | </body> | 50 | |
51 | |||
52 | </body> | ||
51 | </html> | 53 | </html> |