about summary refs log tree commit diff stats
path: root/window.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 /window.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'window.html')
-rw-r--r--window.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/window.html b/window.html index 8024cff..eb19600 100644 --- a/window.html +++ b/window.html
@@ -45,22 +45,24 @@
45 </article> 45 </article>
46 <nav> 46 <nav>
47 <a class="prevlink" href="tapestry.html" 47 <a class="prevlink" href="tapestry.html"
48 title="Next article in Buildings out of air: Paul in the Woods"> 48 title="Previous article in Buildings out of air: Paul in the Woods">
49 Tapestry 49 Tapestry
50 </a> 50 </a>
51 <a class="prevlink" href="wallpaper.html" 51 <a class="prevlink" href="wallpaper.html"
52 title="Next article in Buildings out of air: Paul in the Woods"> 52 title="Previous article in Buildings out of air: Paul in the Woods">
53 Wallpaper 53 Wallpaper
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="question.html" 56 <a class="nextlink" href="question.html"
57 title="Previous article in Buildings out of air: Paul in the Woods"> 57 title="Next article in Buildings out of air: Paul in the Woods">
58 Question 58 Question
59 </a> 59 </a>
60 <a class="nextlink" href="writing.html" 60 <a class="nextlink" href="writing.html"
61 title="Previous article in Buildings out of air: Paul in the Woods"> 61 title="Next article in Buildings out of air: Paul in the Woods">
62 Writing 62 Writing
63 </a> 63 </a>
64 </nav> 64 </nav>
65 </body> 65
66
67</body>
66</html> 68</html>