From 1c96e5974eecdc1c3a16497c56dff71c2cc4c35d Mon Sep 17 00:00:00 2001
From: Paul Duncan <pabs@pablotron.org>
Date: Sat, 16 Oct 2021 21:56:35 -0400
Subject: themes/hugo-pt2021/layouts/projects/list.html: s/Current/Current
 Projects/, s/Legacy/Legacy Projects/

---
 themes/hugo-pt2021/layouts/projects/list.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'themes/hugo-pt2021/layouts/projects')

diff --git a/themes/hugo-pt2021/layouts/projects/list.html b/themes/hugo-pt2021/layouts/projects/list.html
index ac19d64..3d4de89 100644
--- a/themes/hugo-pt2021/layouts/projects/list.html
+++ b/themes/hugo-pt2021/layouts/projects/list.html
@@ -14,7 +14,8 @@
         {{- if len $rows -}}
           <h3 
             title='Current projects that are actively maintained.'
-          >Current</h3>
+            aria-label='Current projects that are actively maintained.'
+          >Current Projects</h3>
 
           <ul>
             {{- range $rows.ByTitle -}}
@@ -30,7 +31,7 @@
           <h3
             title='Old projects that are no longer maintained.'
             aria-label='Old projects that are no longer maintained.'
-          >Legacy</h3>
+          >Legacy Projects</h3>
 
           <ul>
             {{- range $rows.ByTitle -}}
-- 
cgit v1.2.3