about summary refs log tree commit diff stats
path: root/music-433.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 /music-433.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'music-433.html')
-rw-r--r--music-433.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/music-433.html b/music-433.html index 3ecc0fe..5b6efb7 100644 --- a/music-433.html +++ b/music-433.html
@@ -49,22 +49,24 @@
49 </article> 49 </article>
50 <nav> 50 <nav>
51 <a class="prevlink" href="moon-drowning.html" 51 <a class="prevlink" href="moon-drowning.html"
52 title="Next article in Stark Raving"> 52 title="Previous article in Stark Raving">
53 The Moon is drowning 53 The Moon is drowning
54 </a> 54 </a>
55 <a class="prevlink" href="sixteenth-chapel.html" 55 <a class="prevlink" href="sixteenth-chapel.html"
56 title="Next article in Stark Raving"> 56 title="Previous article in Stark Raving">
57 The Sixteenth Chapel 57 The Sixteenth Chapel
58 </a> 58 </a>
59 <a href="#" id="lozenge" title="Random page"> &loz; </a> 59 <a href="#" id="lozenge" title="Random page"> &loz; </a>
60 <a class="nextlink" href="riptide_memory.html" 60 <a class="nextlink" href="riptide_memory.html"
61 title="Previous article in Stark Raving"> 61 title="Next article in Stark Raving">
62 Riptide of memory 62 Riptide of memory
63 </a> 63 </a>
64 <a class="nextlink" href="about-the-author.html" 64 <a class="nextlink" href="about-the-author.html"
65 title="Previous article in Stark Raving"> 65 title="Next article in Stark Raving">
66 About the author 66 About the author
67 </a> 67 </a>
68 </nav> 68 </nav>
69 </body> 69
70
71</body>
70</html> 72</html>