From 3bfaf76d19b42d08f3a3c639c1bf3f9a90abfef3 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Thu, 20 Oct 2022 03:12:32 +0200 Subject: Initial commit --- themes/stingray/layouts/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/stingray/layouts/index.html (limited to 'themes/stingray/layouts/index.html') diff --git a/themes/stingray/layouts/index.html b/themes/stingray/layouts/index.html new file mode 100644 index 0000000..4bc1983 --- /dev/null +++ b/themes/stingray/layouts/index.html @@ -0,0 +1,11 @@ +{{ define "main" }} +
+
+

{{ .Site.Title }}

+ {{ .Description }} +
+
+ {{ .Content }} +
+
+{{ end }} \ No newline at end of file -- cgit v1.2.3