diff options
Diffstat (limited to 'themes/hugo-pt2021/layouts/projects')
| -rw-r--r-- | themes/hugo-pt2021/layouts/projects/list.html | 5 | 
1 files changed, 3 insertions, 2 deletions
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 -}}  | 
