Skip to content

Commit

Permalink
[TESt]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Aug 10, 2023
1 parent 3df2e68 commit 3d4baba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions _includes/footer_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
| where: "parent", page.parent
| where_exp: "item", "item.title != nil"
| where_exp: "item", "item.nav_exclude != true" -%}

<h2>
sorted
</h2>
<ul>
{%- for item in sorted_pages -%}
<li>{{ item.nav_order }} - {{ item.title }} - {{ item.url }} - {{ item.parent }}</li>
{%- endfor -%}
</ul>

<h2>
children
</h2>
Expand Down
2 changes: 1 addition & 1 deletion chap-2/2.2-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Les variables visuelles
parent: 2 - L'art du croquis
nav_order: 1
nav_order: 2
author: Viglino
date: 2023-08-07
---
Expand Down

0 comments on commit 3d4baba

Please sign in to comment.