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