From bce6be90883b107285faa56acf0081b54daa3aa9 Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Sat, 8 Aug 2026 21:30:23 +0800 Subject: Initialize personal website --- layouts/journal/list.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/journal/list.html (limited to 'layouts/journal/list.html') diff --git a/layouts/journal/list.html b/layouts/journal/list.html new file mode 100644 index 0000000..dd486ac --- /dev/null +++ b/layouts/journal/list.html @@ -0,0 +1,19 @@ +{{ define "main" }} +
+
+

{{ .Title }}

+ {{ partial "document-view.html" . }} +
+ {{ .Content }} + {{- $pages := where site.RegularPages "Section" "journal" -}} + {{- $pages = $pages.ByDate.Reverse -}} +
    + {{- range $pages }} +
  1. + + {{ .LinkTitle }} +
  2. + {{- end }} +
+
+{{ end }} -- cgit v1.2.3