about summary refs log tree commit diff stats
path: root/words-meaning.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 /words-meaning.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'words-meaning.html')
-rw-r--r--words-meaning.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/words-meaning.html b/words-meaning.html index 4c9e82e..710dc7b 100644 --- a/words-meaning.html +++ b/words-meaning.html
@@ -44,14 +44,16 @@
44 </article> 44 </article>
45 <nav> 45 <nav>
46 <a class="prevlink" href="and.html" 46 <a class="prevlink" href="and.html"
47 title="Next article in Elegies for alternate selves"> 47 title="Previous article in Elegies for alternate selves">
48 And 48 And
49 </a> 49 </a>
50 <a href="#" id="lozenge" title="Random page"> &loz; </a> 50 <a href="#" id="lozenge" title="Random page"> &loz; </a>
51 <a class="nextlink" href="apollo11.html" 51 <a class="nextlink" href="apollo11.html"
52 title="Previous article in Elegies for alternate selves"> 52 title="Next article in Elegies for alternate selves">
53 On seeing the panorama of the Apollo 11 landing site 53 On seeing the panorama of the Apollo 11 landing site
54 </a> 54 </a>
55 </nav> 55 </nav>
56 </body> 56
57
58</body>
57</html> 59</html>