Index having children is bad

This commit is contained in:
HackerNCoder 2022-10-27 19:02:10 +02:00
parent ff42cc1870
commit aa9132af05
5 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
_model: project
---
sort_key: 1 sort_key: 1
--- ---
title: Butterfly Soup title: Butterfly Soup

View file

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -1,3 +1,5 @@
_model: project
---
sort_key: 0 sort_key: 0
--- ---
title: Lucah Born Of A Dream title: Lucah Born Of A Dream

View file

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 298 KiB

View file

@ -18,5 +18,5 @@ type = string
translate = True translate = True
[children] [children]
model = project
order_by = sort_key order_by = sort_key
replaced_with = site.query('/projects')