diff _layouts/default.html @ 23:0fcc62e7a6b5

reverting auto contents
author nick <nrclark@essex.ac.uk>
date Tue, 20 Nov 2012 20:53:49 +0000
parents 11d6288fe062
children 59e7bd77f866
line wrap: on
line diff
--- a/_layouts/default.html	Tue Nov 20 20:16:21 2012 +0000
+++ b/_layouts/default.html	Tue Nov 20 20:53:49 2012 +0000
@@ -49,7 +49,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>