aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-15 08:22:18 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-15 08:22:18 -0400
commit14ac6e61684882da66fd23fef8f8594e60817aa8 (patch)
treebea56d3c098c9f3573f619136bd6fd215a7c8730 /themes/hugo-pt2021/layouts
parentca59202f948154ef35cb03b5056f8ba3a4aa2882 (diff)
downloadpablotron.org-14ac6e61684882da66fd23fef8f8594e60817aa8.tar.bz2
pablotron.org-14ac6e61684882da66fd23fef8f8594e60817aa8.zip
projects formatting fixes
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-rw-r--r--themes/hugo-pt2021/layouts/partials/project_summary.html6
-rw-r--r--themes/hugo-pt2021/layouts/projects/list.html4
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 -}}