about summary refs log tree commit diff stats
path: root/table_contents.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 /table_contents.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'table_contents.html')
-rw-r--r--table_contents.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/table_contents.html b/table_contents.html index f0fb388..b518cd5 100644 --- a/table_contents.html +++ b/table_contents.html
@@ -123,13 +123,15 @@
123 <nav> 123 <nav>
124 <a href="#" id="lozenge" title="Random page"> &loz; </a> 124 <a href="#" id="lozenge" title="Random page"> &loz; </a>
125 <a class="nextlink" href="ouroboros_memory.html" 125 <a class="nextlink" href="ouroboros_memory.html"
126 title="Previous article in Stark Raving"> 126 title="Next article in Stark Raving">
127 Ouroboros of memory 127 Ouroboros of memory
128 </a> 128 </a>
129 <a class="nextlink" href="big-dipper.html" 129 <a class="nextlink" href="big-dipper.html"
130 title="Previous article in Stark Raving"> 130 title="Next article in Stark Raving">
131 The Big Dipper 131 The Big Dipper
132 </a> 132 </a>
133 </nav> 133 </nav>
134 </body> 134
135
136</body>
135</html> 137</html>