First version

This commit is contained in:
Alexis Hassler
2019-04-12 23:08:34 +02:00
commit 61baeb1807
41 changed files with 1383 additions and 0 deletions

8
_includes/toc.html Normal file
View File

@@ -0,0 +1,8 @@
{% if page.toc == true %}
<div class="generated-sidebar portlet" id="p-toc" role="toc">
<h3>{{ site.data.i18n[site.lang].label.toc }}</h3>
<div class="portlet-body">
{{ content | toc_only }}
</div>
</div>
{% endif %}