From a63267ffc295f47c9ec431ba6c230df88ffaac5e Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Thu, 8 May 2025 13:45:24 -0600 Subject: [PATCH] show article summaries by default --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 1a5e324..99ecd54 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -89,7 +89,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background showBreadcrumbs = false - showSummary = false + showSummary = true showViews = false showLikes = false showTableOfContents = false