mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
8 lines
183 B
HTML
8 lines
183 B
HTML
{%- if page.toc == true -%}
|
|
<div id="toc" class="portlet">
|
|
{{- content | toc_only | replace: "
|
|
", "" -}}
|
|
<h3>{{ site.data.i18n[site.lang].label.toc }}</h3>
|
|
</div>
|
|
{%- endif -%}
|