From 0073c719d99d5c0e50eb384225d15cbc2beab11b Mon Sep 17 00:00:00 2001 From: magentix Date: Mon, 15 May 2023 09:57:56 +0200 Subject: [PATCH] Adapted to last Stapy Release --- .gitignore | 11 ++++++++++- source/template/js/books.js | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9673b5a..bd78ba6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,13 @@ +**/__pycache__ +venv tests web build.py -stapy.py \ No newline at end of file +stapy.py +plugins/cache.py +plugins/cssmin.py +plugins/date.py +plugins/editor.py +plugins/htmltidy.py +plugins/menu.py +plugins/pages.py \ No newline at end of file diff --git a/source/template/js/books.js b/source/template/js/books.js index 7097798..f398851 100644 --- a/source/template/js/books.js +++ b/source/template/js/books.js @@ -1,3 +1,3 @@ const books = [ -{% item.book ~ tags:book isbn:asc 10000 "," %} +{% item.book delimiter:"," ~ SELECT ITEMS WHERE "book" in tags ORDER BY isbn asc %} ]; \ No newline at end of file -- 2.45.2