From 1c5ef0a9c52a273eb1b54ac9b8c8e2642b5c7376 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 6 Aug 2026 17:10:20 +0200 Subject: Remove bodyField and use the one given by default --- templates/_includes/components/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/_includes') diff --git a/templates/_includes/components/post.html b/templates/_includes/components/post.html index e901ec5..e27c0d5 100644 --- a/templates/_includes/components/post.html +++ b/templates/_includes/components/post.html @@ -14,7 +14,7 @@ $if(teaser)$ $teaser$ $else$ - $description$ + $body$ $endif$

-- cgit v1.2.3