aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts/partials/project_summary.html
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/partials/project_summary.html
parentca59202f948154ef35cb03b5056f8ba3a4aa2882 (diff)
downloadpablotron.org-14ac6e61684882da66fd23fef8f8594e60817aa8.tar.bz2
pablotron.org-14ac6e61684882da66fd23fef8f8594e60817aa8.zip
projects formatting fixes
Diffstat (limited to 'themes/hugo-pt2021/layouts/partials/project_summary.html')
-rw-r--r--themes/hugo-pt2021/layouts/partials/project_summary.html6
1 files changed, 5 insertions, 1 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>