From e3552f592ba5bce3fa3243166679fed986b6b949 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 29 Sep 2025 18:50:00 +0200 Subject: Initial commit --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..d353e18 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + {{template "head"}} + + + {{define "body"}} +

My blog

+ {{range .}} + {{.Metadata.Name}} +

{{.Metadata.Description}}

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