aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-16 21:56:35 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-16 21:56:35 -0400
commit1c96e5974eecdc1c3a16497c56dff71c2cc4c35d (patch)
tree29994ae12afa61eebcbd1c983dc702a323066b8c /themes/hugo-pt2021/layouts
parent7038bf99e036e02daaf2b81708eaabb55ca34c97 (diff)
downloadpablotron.org-1c96e5974eecdc1c3a16497c56dff71c2cc4c35d.tar.bz2
pablotron.org-1c96e5974eecdc1c3a16497c56dff71c2cc4c35d.zip
themes/hugo-pt2021/layouts/projects/list.html: s/Current/Current Projects/, s/Legacy/Legacy Projects/
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-rw-r--r--themes/hugo-pt2021/layouts/projects/list.html5
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 -}}