diff options
Diffstat (limited to 'themes/hugo-pt2021/layouts/partials/project_summary.html')
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/project_summary.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/project_summary.html b/themes/hugo-pt2021/layouts/partials/project_summary.html new file mode 100644 index 0000000..0aa9f89 --- /dev/null +++ b/themes/hugo-pt2021/layouts/partials/project_summary.html @@ -0,0 +1,5 @@ +<li> + <a href='{{.Permalink}}' title='{{.Title}}' aria-label='{{.Title}}'> + {{- .Title -}} + </a>: {{.Params.text -}} +</li> |