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/shortcodes/link-group.html | 25 ------------------------- www/layouts/shortcodes/mono.html | 3 --- www/layouts/shortcodes/todo.html | 5 ----- 3 files changed, 33 deletions(-) delete mode 100644 www/layouts/shortcodes/link-group.html delete mode 100644 www/layouts/shortcodes/mono.html delete mode 100644 www/layouts/shortcodes/todo.html (limited to 'www/layouts/shortcodes') diff --git a/www/layouts/shortcodes/link-group.html b/www/layouts/shortcodes/link-group.html deleted file mode 100644 index b16c2bc..0000000 --- a/www/layouts/shortcodes/link-group.html +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/www/layouts/shortcodes/mono.html b/www/layouts/shortcodes/mono.html deleted file mode 100644 index ab183a5..0000000 --- a/www/layouts/shortcodes/mono.html +++ /dev/null @@ -1,3 +0,0 @@ -
- {{ .Inner | .Page.RenderString }} -
diff --git a/www/layouts/shortcodes/todo.html b/www/layouts/shortcodes/todo.html deleted file mode 100644 index b4fc680..0000000 --- a/www/layouts/shortcodes/todo.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

{{ .Get "name" }}

- {{ .Inner }} -
- -- cgit v1.2.3