From 94ee628572f8e501d9a64dc0348db5a36eb31741 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Tue, 6 Jun 2023 11:19:32 +0200 Subject: Updated post list display --- themes/stingray/layouts/_default/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/stingray/layouts') diff --git a/themes/stingray/layouts/_default/list.html b/themes/stingray/layouts/_default/list.html index 8b08e4a..54512e1 100644 --- a/themes/stingray/layouts/_default/list.html +++ b/themes/stingray/layouts/_default/list.html @@ -7,7 +7,7 @@

{{ .Title }}

{{ partial "metadata.html" . }} -

{{ .Summary }}

+

{{ .Description }}

{{ end }} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3