From 4bf9b57cca977760a89bda7b419a85ca471ba1ce Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 3 Mar 2025 23:29:38 +0800 Subject: feat(www): hurd and todos. --- www/layouts/shortcodes/link-group.html | 25 +++++++++++++++++++++++++ www/layouts/shortcodes/mono.html | 3 +++ www/layouts/shortcodes/todo.html | 1 + 3 files changed, 29 insertions(+) create mode 100644 www/layouts/shortcodes/link-group.html create mode 100644 www/layouts/shortcodes/mono.html create 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 new file mode 100644 index 0000000..b16c2bc --- /dev/null +++ b/www/layouts/shortcodes/link-group.html @@ -0,0 +1,25 @@ + diff --git a/www/layouts/shortcodes/mono.html b/www/layouts/shortcodes/mono.html new file mode 100644 index 0000000..ab183a5 --- /dev/null +++ b/www/layouts/shortcodes/mono.html @@ -0,0 +1,3 @@ +
+ {{ .Inner | .Page.RenderString }} +
diff --git a/www/layouts/shortcodes/todo.html b/www/layouts/shortcodes/todo.html new file mode 100644 index 0000000..1327b31 --- /dev/null +++ b/www/layouts/shortcodes/todo.html @@ -0,0 +1 @@ +{{ .Get "name" }} \ No newline at end of file -- cgit v1.2.3