From bb08512e6759ec23a2c092518faabc18730bf128 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Thu, 31 Oct 2024 18:54:36 +0100 Subject: [PATCH] Use title for nodes todo --- samples/it_v2/templates/todos.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/it_v2/templates/todos.pug b/samples/it_v2/templates/todos.pug index 413cedd..e554625 100644 --- a/samples/it_v2/templates/todos.pug +++ b/samples/it_v2/templates/todos.pug @@ -5,7 +5,7 @@ div#HEADFILES if(curNode?.todo?.length > 0) { curNode.todo.forEach((itm) => { const nodeItem = { - name: curNode.name, + name: curNode.title, url: curNode.url, todo: itm, }