_layouts/page.html in bulma-clean-theme-0.13.3 vs _layouts/page.html in bulma-clean-theme-0.14.0
- old
+ new
@@ -1,11 +1,10 @@
---
layout: default
---
-
{% if page.toc %}
{% assign contentsTitle = page.toc_title | default: 'Contents' %}
{% include toc.html html=content class='menu-list' h_min=2 h_max=3 contents_title=contentsTitle %}
{% endif %}
<div class="content">
{{ content }}
-</div>
\ No newline at end of file
+</div>