From 0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 11:09:08 -0700 Subject: create projects list and add more projects --- layouts/projects/list.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'layouts/projects/list.html') diff --git a/layouts/projects/list.html b/layouts/projects/list.html index 19c6f48..96aef8b 100644 --- a/layouts/projects/list.html +++ b/layouts/projects/list.html @@ -2,10 +2,13 @@

My Projects


Currently Maintained

-{{ range .Pages }} +{{ range .Data.Pages.ByTitle }} {{ if .Params.current }}
+ {{.Title}} +

{{ .Params.description }}

+Started {{ .Date.Format "January 2, 2006" }}
{{ end }} {{ end }} @@ -14,7 +17,10 @@ {{ range .Pages }} {{ if not .Params.current }}
+ {{.Title}} +

{{ .Params.description }}

+From {{ .Date.Format "January 2, 2006" }} to {{ .Params.enddate }}
{{ end }} {{ end }} -- cgit v1.2.3