From 20852605ed29beb179e3e2021473464a53959b1f Mon Sep 17 00:00:00 2001 From: Rick Cogley Date: Mon, 28 Oct 2024 11:30:16 +0900 Subject: [PATCH] add a table index for the showcase section --- src/showcase/index.vto | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/showcase/index.vto diff --git a/src/showcase/index.vto b/src/showcase/index.vto new file mode 100644 index 0000000..0602c09 --- /dev/null +++ b/src/showcase/index.vto @@ -0,0 +1,45 @@ +--- +layout: layouts/base.vto +title: JCP Site TOP +date: Git Last Modified +description: "Index of the showcase page, showing a list of works with details." +priority: 0.5 +type: index +templateEngine: [vto] +--- + + +

Showcase ページ一覧

+ +{{#
#}} +
+ + + + + + + + + + + {{ for item of search.pages(`type=showcase`, "order=asc") }} + + + + + + + + + + {{ /for }} +
Index OrderCategorySearch Engine TitleURLIndex TitleIndex ImageIndex Hide Link
{{ item.order }}{{ item.category }}{{ item.metas.title }}{{ item.url }}{{ item.indextitle }}{{ item.indeximage }}{{ item.hidelink }}
+
+ + + +
+ + +