Deduplicate .Description and .Summary blocks

This commit is contained in:
2021-11-22 00:42:08 -06:00
parent f77efb1843
commit a11cc777bf
4 changed files with 8 additions and 19 deletions

View File

@ -0,0 +1,5 @@
{{ with .Description }}
<p>{{ . | markdownify }}</p>
{{ else }}
{{ .Summary }}
{{ end }}