about summary refs log tree commit diff stats
path: root/art.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 /art.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'art.html')
-rw-r--r--art.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/art.html b/art.html index 4982c25..3387131 100644 --- a/art.html +++ b/art.html
@@ -45,13 +45,15 @@
45 <nav> 45 <nav>
46 <a href="#" id="lozenge" title="Random page"> &loz; </a> 46 <a href="#" id="lozenge" title="Random page"> &loz; </a>
47 <a class="nextlink" href="hymnal.html" 47 <a class="nextlink" href="hymnal.html"
48 title="Previous article in Buildings out of air: Paul in the Woods"> 48 title="Next article in Buildings out of air: Paul in the Woods">
49 Hymnal 49 Hymnal
50 </a> 50 </a>
51 <a class="nextlink" href="axe.html" 51 <a class="nextlink" href="axe.html"
52 title="Previous article in Buildings out of air: Paul in the Woods"> 52 title="Next article in Buildings out of air: Paul in the Woods">
53 Axe 53 Axe
54 </a> 54 </a>
55 </nav> 55 </nav>
56 </body> 56
57
58</body>
57</html> 59</html>