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