diff options
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/project_summary.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/project_summary.html b/themes/hugo-pt2021/layouts/partials/project_summary.html index 54811ac..4219157 100644 --- a/themes/hugo-pt2021/layouts/partials/project_summary.html +++ b/themes/hugo-pt2021/layouts/partials/project_summary.html @@ -5,13 +5,13 @@ aria-label='{{.Title}}' > {{- .Title -}} - </a><!-- project-link --> + </a><!-- project-link -->: - <p + <span class='project-text' title='Project description.' aria-label='Project description.' > {{- .Params.text -}} - </p><!-- project-text --> + </span><!-- project-text --> </li> |