From 1da07b0b4a337342cc48627d9af78e7fd20a45cf Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 14 Jun 2025 22:49:26 +0800 Subject: www: move layout files for new version of hugo and fix nested shortcodes. --- www/layouts/list.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/layouts/list.html (limited to 'www/layouts/list.html') diff --git a/www/layouts/list.html b/www/layouts/list.html new file mode 100644 index 0000000..be33d10 --- /dev/null +++ b/www/layouts/list.html @@ -0,0 +1,13 @@ +{{ define "head"}} + {{ partial "css.html" "res/css/article.css" }} +{{ end }} + +{{ define "content" }} + {{ partial "nav.html" . }} +

{{ .Title }}

+ {{ partial "preview/posts.html" (dict + "h" "h3" + "pages" .RegularPages + ) + }} +{{ end }} -- cgit v1.2.3