We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f05ae0 commit 344bd93Copy full SHA for 344bd93
_layouts/minimal.html
@@ -65,7 +65,7 @@
65
66
{% if page.has_children == true and page.has_toc != false %}
67
<hr>
68
- <h2 class="text-delta">Table of contents</h2>
+ {% include toc_heading_custom.html %}
69
<ul>
70
{% for child in toc_list %}
71
<li>
@@ -112,12 +112,13 @@ <h2 class="text-delta">Table of contents</h2>
112
113
</div>
114
115
-</body>
116
-{% if site.mermaid %}
+
+ {% if site.mermaid %}
117
<script>
118
var config = {% include mermaid_config.js %};
119
mermaid.initialize(config);
120
window.mermaid.init(undefined, document.querySelectorAll('.language-mermaid'));
121
</script>
122
-{% endif %}
+ {% endif %}
123
+</body>
124
</html>
0 commit comments