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 2b2193b commit ae78080Copy full SHA for ae78080
docs/_layouts/default.html
@@ -19,9 +19,9 @@ <h2>Quick Navigation</h2>
19
<button onclick="toggleTOC('{{ item.title | replace: ' ', '-' }}')">Details</button>
20
<div id="toc-{{ item.title | replace: ' ', '-' }}" class="toc-content hidden">
21
<ul> <!-- Add this UL here -->
22
- <li><a href="{{item.url}}">Test</a>
23
{% assign headings = site.pages | where: "url", item.url | first %}
24
{% if headings %}
+ <li><a href="{{item.url}}">Test</a>
25
{% assign content = headings.content %}
26
{% assign lines = content | split: '\n' %}
27
{% for line in lines %}
0 commit comments