Skip to content

Commit ae78080

Browse files
committed
Do some more testing on the GitHub pages and html file
1 parent 2b2193b commit ae78080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ <h2>Quick Navigation</h2>
1919
<button onclick="toggleTOC('{{ item.title | replace: ' ', '-' }}')">Details</button>
2020
<div id="toc-{{ item.title | replace: ' ', '-' }}" class="toc-content hidden">
2121
<ul> <!-- Add this UL here -->
22-
<li><a href="{{item.url}}">Test</a>
2322
{% assign headings = site.pages | where: "url", item.url | first %}
2423
{% if headings %}
24+
<li><a href="{{item.url}}">Test</a>
2525
{% assign content = headings.content %}
2626
{% assign lines = content | split: '\n' %}
2727
{% for line in lines %}

0 commit comments

Comments
 (0)