diff options
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/project_summary.html | 6 | ||||
-rw-r--r-- | themes/hugo-pt2021/layouts/projects/list.html | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/project_summary.html b/themes/hugo-pt2021/layouts/partials/project_summary.html index 0aa9f89..5155e3a 100644 --- a/themes/hugo-pt2021/layouts/partials/project_summary.html +++ b/themes/hugo-pt2021/layouts/partials/project_summary.html @@ -1,5 +1,9 @@ <li> <a href='{{.Permalink}}' title='{{.Title}}' aria-label='{{.Title}}'> {{- .Title -}} - </a>: {{.Params.text -}} + </a> + + <p> + {{- .Params.text -}} + </p> </li> 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 -}} |