From 85db458aa1042a458df5c5a25d70dd06655c924a Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Thu, 10 Sep 2026 00:41:20 +0800 Subject: Add updated document archive --- layouts/updates/list.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 layouts/updates/list.html (limited to 'layouts/updates') diff --git a/layouts/updates/list.html b/layouts/updates/list.html new file mode 100644 index 0000000..125ba79 --- /dev/null +++ b/layouts/updates/list.html @@ -0,0 +1,20 @@ +{{ define "main" }} +
+
+

{{ .Title }}

+
+ {{ .Content }} + {{- $items := partial "updated-items.html" . -}} +
+
    + {{- range $items }} +
  1. + + [{{ .kind }}] + {{ .page.LinkTitle }} +
  2. + {{- end }} +
+
+
+{{ end }} -- cgit v1.2.3