From 70c5a2b6fb60bd90e7780fa220bfe146141d00e2 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 1 Aug 2025 21:30:53 +0800 Subject: Initial commit --- layouts/_default/home.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 layouts/_default/home.html (limited to 'layouts/_default/home.html') diff --git a/layouts/_default/home.html b/layouts/_default/home.html new file mode 100644 index 0000000..ec365f8 --- /dev/null +++ b/layouts/_default/home.html @@ -0,0 +1,69 @@ +{{ define "main" }} + + + + + {{site.Title}} + + + + +
+

{{ .Site.Title }}

+
+ +
+ +{{ end }} -- cgit v1.2.3