diff options
author | Case Duckworth | 2015-03-12 20:15:34 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 20:15:34 -0700 |
commit | 66775c8a2976aefc7879d623a070d510254e4b6c (patch) | |
tree | 8b7773e87ec47d151f334274fbc9bf2440f09b79 /about-the-author.html | |
parent | Fix bug in Something Simple (diff) | |
download | autocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip |
Fix bug in previous/next navlinks
Diffstat (limited to 'about-the-author.html')
-rw-r--r-- | about-the-author.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/about-the-author.html b/about-the-author.html index 1c4bb52..b8cdd52 100644 --- a/about-the-author.html +++ b/about-the-author.html | |||
@@ -86,14 +86,16 @@ | |||
86 | </article> | 86 | </article> |
87 | <nav> | 87 | <nav> |
88 | <a class="prevlink" href="music-433.html" | 88 | <a class="prevlink" href="music-433.html" |
89 | title="Next article in Stark Raving"> | 89 | title="Previous article in Stark Raving"> |
90 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing | 90 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing |
91 | </a> | 91 | </a> |
92 | <a class="prevlink" href="riptide_memory.html" | 92 | <a class="prevlink" href="riptide_memory.html" |
93 | title="Next article in Stark Raving"> | 93 | title="Previous article in Stark Raving"> |
94 | Riptide of memory | 94 | Riptide of memory |
95 | </a> | 95 | </a> |
96 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 96 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
97 | </nav> | 97 | </nav> |
98 | </body> | 98 | |
99 | |||
100 | </body> | ||
99 | </html> | 101 | </html> |