mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-19 02:12:40 +01:00
First version
This commit is contained in:
8
_includes/toc.html
Normal file
8
_includes/toc.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user