about summary refs log tree commit diff stats
path: root/purpose-dogs.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 20:15:34 -0700
committerCase Duckworth2015-03-12 20:15:34 -0700
commit66775c8a2976aefc7879d623a070d510254e4b6c (patch)
tree8b7773e87ec47d151f334274fbc9bf2440f09b79 /purpose-dogs.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'purpose-dogs.html')
-rw-r--r--purpose-dogs.html8
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"> &loz; </a> 50 <a href="#" id="lozenge" title="Random page"> &loz; </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>