about summary refs log tree commit diff stats
path: root/moon-drowning.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 /moon-drowning.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'moon-drowning.html')
-rw-r--r--moon-drowning.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/moon-drowning.html b/moon-drowning.html index a810b56..99ec211 100644 --- a/moon-drowning.html +++ b/moon-drowning.html
@@ -45,22 +45,24 @@
45 </article> 45 </article>
46 <nav> 46 <nav>
47 <a class="prevlink" href="poetry-time.html" 47 <a class="prevlink" href="poetry-time.html"
48 title="Next article in Stark Raving"> 48 title="Previous article in Stark Raving">
49 Something about the nature of poetry and time 49 Something about the nature of poetry and time
50 </a> 50 </a>
51 <a class="prevlink" href="big-dipper.html" 51 <a class="prevlink" href="big-dipper.html"
52 title="Next article in Stark Raving"> 52 title="Previous article in Stark Raving">
53 The Big Dipper 53 The Big Dipper
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="music-443.html" 56 <a class="nextlink" href="music-443.html"
57 title="Previous article in Stark Raving"> 57 title="Next article in Stark Raving">
58 Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing 58 Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing
59 </a> 59 </a>
60 <a class="nextlink" href="worse-looking-over.html" 60 <a class="nextlink" href="worse-looking-over.html"
61 title="Previous article in Stark Raving"> 61 title="Next article in Stark Raving">
62 Worse looking over 62 Worse looking over
63 </a> 63 </a>
64 </nav> 64 </nav>
65 </body> 65
66
67</body>
66</html> 68</html>