From d6b669673735c1d5a0591eca5acf0e7500318b77 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 14:28:40 -0700 Subject: add static files, license page and file --- layouts/partials/foot.html | 4 ++-- layouts/projects/list.html | 17 +++-------------- 2 files changed, 5 insertions(+), 16 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index ebcd07e..683b345 100644 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -1,12 +1,12 @@ - + diff --git a/layouts/projects/list.html b/layouts/projects/list.html index 96aef8b..8e5ce3a 100644 --- a/layouts/projects/list.html +++ b/layouts/projects/list.html @@ -1,27 +1,16 @@ {{ partial "head.html" . }}

My Projects


-

Currently Maintained

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

{{ .Params.description }}

+{{ if .Params.current }} Started {{ .Date.Format "January 2, 2006" }} -
-{{ end }} -{{ end }} -
-

Old/Unmaintained

-{{ range .Pages }} -{{ if not .Params.current }} -
- -{{.Title}} -

{{ .Params.description }}

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