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 /purpose-dogs.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 'purpose-dogs.html')
-rw-r--r-- | purpose-dogs.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/purpose-dogs.html b/purpose-dogs.html index 279b9cb..c3020eb 100644 --- a/purpose-dogs.html +++ b/purpose-dogs.html | |||
@@ -44,14 +44,16 @@ | |||
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <a class="prevlink" href="prelude.html" | 46 | <a class="prevlink" href="prelude.html" |
47 | title="Next article in Book of Hezekiah"> | 47 | title="Previous article in Book of Hezekiah"> |
48 | Prelude | 48 | Prelude |
49 | </a> | 49 | </a> |
50 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 50 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
51 | <a class="nextlink" href="philosophy.html" | 51 | <a class="nextlink" href="philosophy.html" |
52 | title="Previous article in Book of Hezekiah"> | 52 | title="Next article in Book of Hezekiah"> |
53 | Philosophy | 53 | Philosophy |
54 | </a> | 54 | </a> |
55 | </nav> | 55 | </nav> |
56 | </body> | 56 | |
57 | |||
58 | </body> | ||
57 | </html> | 59 | </html> |