M .gitignore => .gitignore +10 -1
@@ 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
M source/template/js/books.js => source/template/js/books.js +1 -1
@@ 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