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