about summary refs log tree commit diff stats
path: root/mountain.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 /mountain.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'mountain.html')
-rw-r--r--mountain.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/mountain.html b/mountain.html index fd2c944..71a676d 100644 --- a/mountain.html +++ b/mountain.html
@@ -45,14 +45,16 @@
45 </article> 45 </article>
46 <nav> 46 <nav>
47 <a class="prevlink" href="moonegone.html" 47 <a class="prevlink" href="moonegone.html"
48 title="Next article in Elegies for alternate selves"> 48 title="Previous article in Elegies for alternate selves">
49 The moon is gone and in its place a mirror 49 The moon is gone and in its place a mirror
50 </a> 50 </a>
51 <a href="#" id="lozenge" title="Random page"> &loz; </a> 51 <a href="#" id="lozenge" title="Random page"> &loz; </a>
52 <a class="nextlink" href="serengeti.html" 52 <a class="nextlink" href="serengeti.html"
53 title="Previous article in Elegies for alternate selves"> 53 title="Next article in Elegies for alternate selves">
54 Serengeti 54 Serengeti
55 </a> 55 </a>
56 </nav> 56 </nav>
57 </body> 57
58
59</body>
58</html> 60</html>