Fix #1 : Better CSS

This commit is contained in:
Alexis Hassler
2019-05-04 18:37:29 +02:00
parent 460d7e3ef4
commit be7a29f8ae
17 changed files with 310 additions and 669 deletions

View File

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