From e131686760d4325ed5316033d60d5ac81ada0d1c Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 2 Aug 2023 14:19:46 +0600 Subject: Initial commit Signed-off-by: Mubashshir --- layouts/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..d0b2bab --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,17 @@ +{{- define "title" -}} Home {{- end -}} + +{{- define "main" -}} +
+
+

{{ .Title }}

+ {{ with .Params.subtitle }} + {{ . }} + {{ end }} +
+
+ {{- range $app, $info := $.Site.Data.app }} + {{- partial "partials/app.html" (dict "id" $app "data" $info) -}} + {{ end -}} +
+
+{{- end -}} -- cgit v1.2.3