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