mirror of
https://github.com/thangisme/notes.git
synced 2025-10-20 17:54:50 -04:00
Update _layouts/default.html
This commit is contained in:
@@ -75,6 +75,7 @@ layout: table_wrappers
|
|||||||
<hr>
|
<hr>
|
||||||
<h2 class="text-delta">Table of contents</h2>
|
<h2 class="text-delta">Table of contents</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
{%- assign children_list = pages_list | where: "parent", node.title -%}
|
||||||
{% for child in children_list %}
|
{% for child in children_list %}
|
||||||
{% if child.parent == page.title and child.title != page.title and child.grand_parent == page.parent %}
|
{% if child.parent == page.title and child.title != page.title and child.grand_parent == page.parent %}
|
||||||
<li>
|
<li>
|
||||||
|
Reference in New Issue
Block a user