diff --git a/src/index.vto b/src/index.vto index dc1e518..cd6957e 100644 --- a/src/index.vto +++ b/src/index.vto @@ -6,6 +6,21 @@ description: "Top page of the site, showing a list of works with a link to a bio priority: 0.9 --- +
+{{ for item of search.pages(`type=showcase`, "date=desc") }} +
+ +
+ + {{ item.category }}
{{ item.indextitle }}
+
+
+
+
+{{ /for }} +
+ +