toc added

pull/1/head
Alexandre Dulaunoy 2016-08-02 15:08:41 +02:00
parent ac9af3ddef
commit f7fd3ec2a4
1 changed files with 8 additions and 0 deletions

View File

@ -2,9 +2,17 @@
<section class="wrapper style1">
<div class="container">
<div id="content">
<div class="row double">
<div class="8u">
<article>
{{ content | markdownify }}
</article>
</div>
<div class="4u" id="toc">
<h3> Table of Content </h3>
{{ content | toc_only }}
</div>
</div>
</div>
</div>