diff _layouts/default.html @ 35:982aeacba4c6

Finally added toc after speaking to Apache devs
author nick <nrclark@essex.ac.uk>
date Wed, 28 Nov 2012 20:25:13 +0000
parents afa692f64fbf
children
line wrap: on
line diff
--- a/_layouts/default.html	Sat Nov 24 11:46:53 2012 +0000
+++ b/_layouts/default.html	Wed Nov 28 20:25:13 2012 +0000
@@ -54,7 +54,7 @@
       </div>
       <div id='content'>
         <h1 id='{{ page.title | downcase | replace(' ', '_') }}'>{{ page.title }}</h1>
-        <!--{{ content | toc }}-->
+        {{ content | toc }}
         {{ content }}
       </div>
       <div id='footer'>Copyright &copy; 2012 Nick Clark</div>