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 f139f22 commit caa170aCopy full SHA for caa170a
docs/_layouts/default.html
@@ -19,7 +19,7 @@ <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
- {% assign headings = site.pages | where: "path", item.url | first %}
+ {% assign headings = site.pages | where: "url", item.url | first %}
23
{% if headings %}
24
{% assign content = headings.content %}
25
{% assign lines = content | split: '\n' %}
0 commit comments