aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts/partials/project_summary.html
diff options
context:
space:
mode:
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>