From 0888f273e817c9d860d8d92dde176509637ed0b5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 3 Jan 2025 20:48:53 +0800 Subject: Initial commit --- layouts/_default/home.html | 15 +++++++++++++++ 1 file changed, 15 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..8bcf1b4 --- /dev/null +++ b/layouts/_default/home.html @@ -0,0 +1,15 @@ +{{ define "title" }} + {{ .Site.Title }} +{{ end }} +{{ define "main" }} +

{{ .Site.Title }}

+ {{ .Content }} +

Projects

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