about summary refs log tree commit diff stats
path: root/howithappened.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 /howithappened.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'howithappened.html')
-rw-r--r--howithappened.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/howithappened.html b/howithappened.html index 36b0b6c..e4a9fe5 100644 --- a/howithappened.html +++ b/howithappened.html
@@ -42,14 +42,16 @@
42 </article> 42 </article>
43 <nav> 43 <nav>
44 <a class="prevlink" href="i-am.html" 44 <a class="prevlink" href="i-am.html"
45 title="Next article in Elegies for alternate selves"> 45 title="Previous article in Elegies for alternate selves">
46 I am 46 I am
47 </a> 47 </a>
48 <a href="#" id="lozenge" title="Random page"> &loz; </a> 48 <a href="#" id="lozenge" title="Random page"> &loz; </a>
49 <a class="nextlink" href="lovesong.html" 49 <a class="nextlink" href="lovesong.html"
50 title="Previous article in Elegies for alternate selves"> 50 title="Next article in Elegies for alternate selves">
51 Love Song 51 Love Song
52 </a> 52 </a>
53 </nav> 53 </nav>
54 </body> 54
55
56</body>
55</html> 57</html>