From ed54b79220481f921ca90ced4b923e6369a68225 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 13 Mar 2023 16:19:04 +0100 Subject: Add projects page --- layouts/projects/list.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 layouts/projects/list.html (limited to 'layouts/projects/list.html') diff --git a/layouts/projects/list.html b/layouts/projects/list.html new file mode 100644 index 0000000..de50a9c --- /dev/null +++ b/layouts/projects/list.html @@ -0,0 +1,21 @@ +{{- define "main" }} +

{{ .Title }}

+{{ .Content }} +{{- range .Sections }} +
+

+ {{ .Title }} + + {{- range .Params.languages }} + {{ . }} + {{- end }} + +

+ {{ .Content }} + +
+{{- end }} +{{- end }} -- cgit v1.1