summaryrefslogtreecommitdiffstats
path: root/layouts/partials/article-list-item.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/article-list-item.html')
-rw-r--r--layouts/partials/article-list-item.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/article-list-item.html b/layouts/partials/article-list-item.html
index 44cbf32..25da0a4 100644
--- a/layouts/partials/article-list-item.html
+++ b/layouts/partials/article-list-item.html
@@ -10,7 +10,7 @@
{{ $articleType := $page.Params.type | default "life" }}
{{ $typeConfig := $page.Site.Params.articleTypes }}
{{ $typeData := index $typeConfig $articleType }}
-{{ $excerpt := $page.Description | default $page.Summary }}
+{{ $excerpt := $page.Params.excerpt | default $page.Description | default $page.Summary }}
{{ $imageURL := "" }}
{{ $useDefaultThumbnail := false }}