From 27d8b86b44333355e664901d7e0129853ff06e9b Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Wed, 20 Oct 2021 14:55:39 +0300 Subject: [PATCH] Revert "Tweak theme to detect and use front matter "description" field" --- layouts/partials/post-summary.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/layouts/partials/post-summary.html b/layouts/partials/post-summary.html index 12dd4c9..7961f62 100644 --- a/layouts/partials/post-summary.html +++ b/layouts/partials/post-summary.html @@ -6,11 +6,7 @@ {{ if not .Site.Params.disableSummary }}
- {{ if isset .Params "description" }} - {{ .Description | safeHTML }} - {{ else }} - {{ .Summary | safeHTML }}… - {{ end }} + {{ .Summary | safeHTML }}
{{ end }} {{ if and (.Truncated) (.Site.Params.readMore) }}