add: page without toc

pull/3/head
Alexandre Dulaunoy 2018-01-23 23:07:41 +01:00
parent 4e6c18a4fb
commit d9ef4d0799
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 18 additions and 0 deletions

18
_layouts/page_notoc.html Executable file
View File

@ -0,0 +1,18 @@
{% include header.html %}
<section class="wrapper style1">
<div class="container">
<div id="content">
<div class="row double">
<div class="8u">
<article>
{{ content | markdownify }}
</article>
</div>
</div>
</div>
</div>
</section>
{% include footer.html %}