From 14ac6e61684882da66fd23fef8f8594e60817aa8 Mon Sep 17 00:00:00 2001 From: Paul Duncan <pabs@pablotron.org> Date: Fri, 15 Oct 2021 08:22:18 -0400 Subject: projects formatting fixes --- themes/hugo-pt2021/layouts/projects/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/hugo-pt2021/layouts/projects/list.html') diff --git a/themes/hugo-pt2021/layouts/projects/list.html b/themes/hugo-pt2021/layouts/projects/list.html index 0b5925b..ac19d64 100644 --- a/themes/hugo-pt2021/layouts/projects/list.html +++ b/themes/hugo-pt2021/layouts/projects/list.html @@ -14,7 +14,7 @@ {{- if len $rows -}} <h3 title='Current projects that are actively maintained.' - >Current Projects</h3> + >Current</h3> <ul> {{- range $rows.ByTitle -}} @@ -30,7 +30,7 @@ <h3 title='Old projects that are no longer maintained.' aria-label='Old projects that are no longer maintained.' - >Old Projects</h3> + >Legacy</h3> <ul> {{- range $rows.ByTitle -}} -- cgit v1.2.3