diff options
author | Alejandro <[email protected]> | 2024-07-30 22:09:55 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-30 22:09:55 -0600 |
commit | ce2e34021a28acf6712983b1469187e319f0d77a (patch) | |
tree | 6719befbd7157e12bb691f275b790fc085efa9ce /layouts/shortcodes | |
parent | b091cd75c948b30a30bf5193eb06f157c6d6c95e (diff) |
added: display summary
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/list-sof-chief.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/shortcodes/list-sof-chief.html b/layouts/shortcodes/list-sof-chief.html index 72f7493..308188e 100644 --- a/layouts/shortcodes/list-sof-chief.html +++ b/layouts/shortcodes/list-sof-chief.html @@ -3,4 +3,6 @@ <h2>{{.Title}}</h2> +<ul>{{.Summary}}</ul> + {{ end }} |