diff --git a/content/projects/contents.lr b/content/projects/contents.lr new file mode 100644 index 0000000..e9e1b63 --- /dev/null +++ b/content/projects/contents.lr @@ -0,0 +1 @@ +_model: projects diff --git a/models/index.ini b/models/index.ini index 5f3df98..0c9733d 100644 --- a/models/index.ini +++ b/models/index.ini @@ -18,5 +18,4 @@ type = string translate = True [children] -order_by = sort_key replaced_with = site.query('/projects') diff --git a/models/projects.ini b/models/projects.ini new file mode 100644 index 0000000..88cad5c --- /dev/null +++ b/models/projects.ini @@ -0,0 +1,8 @@ +[model] +name = Projects +label = Projects +protected = yes + +[children] +model = project +order_by = sort_key