From 66775c8a2976aefc7879d623a070d510254e4b6c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 12 Mar 2015 20:15:34 -0700 Subject: Fix bug in previous/next navlinks --- philosophy.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'philosophy.html') diff --git a/philosophy.html b/philosophy.html index 63c4038..2861376 100644 --- a/philosophy.html +++ b/philosophy.html @@ -43,14 +43,16 @@ </article> <nav> <a class="prevlink" href="purpose-dogs.html" - title="Next article in Book of Hezekiah"> + title="Previous article in Book of Hezekiah"> The purpose of dogs </a> <a href="#" id="lozenge" title="Random page"> ◊ </a> <a class="nextlink" href="proverbs.html" - title="Previous article in Book of Hezekiah"> + title="Next article in Book of Hezekiah"> Proverbs </a> </nav> - </body> + + +</body> </html> -- cgit 1.4.1-21-gabe81