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