about summary refs log tree commit diff stats
path: root/moongone.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 /moongone.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'moongone.html')
-rw-r--r--moongone.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/moongone.html b/moongone.html index 4e5afd0..71594bb 100644 --- a/moongone.html +++ b/moongone.html
@@ -50,14 +50,16 @@
50 </article> 50 </article>
51 <nav> 51 <nav>
52 <a class="prevlink" href="ronaldmcdonald.html" 52 <a class="prevlink" href="ronaldmcdonald.html"
53 title="Next article in Elegies for alternate selves"> 53 title="Previous article in Elegies for alternate selves">
54 Ronald McDonald 54 Ronald McDonald
55 </a> 55 </a>
56 <a href="#" id="lozenge" title="Random page"> &loz; </a> 56 <a href="#" id="lozenge" title="Random page"> &loz; </a>
57 <a class="nextlink" href="mountain.html" 57 <a class="nextlink" href="mountain.html"
58 title="Previous article in Elegies for alternate selves"> 58 title="Next article in Elegies for alternate selves">
59 The mountain 59 The mountain
60 </a> 60 </a>
61 </nav> 61 </nav>
62 </body> 62
63
64</body>
63</html> 65</html>