From bde2914dec80b57bc9bf3d018f6165b18604f648 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 5 Mar 2026 23:56:27 +0100 Subject: [PATCH] chore: Remove `featuredImageField` from configuration (#1298) chore: Remove `featuredImageField` from configuration. --- config/_default/params.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index e049622..141e813 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,10 +1,9 @@ -mainSections = ["post"] -featuredImageField = "image" -rssFullContent = true +mainSections = ["post"] +rssFullContent = true # Accepted values: "default", "lastmod" # default = see https://gohugo.io/quick-reference/glossary/#default-sort-order # lastmod = sort by last modified date, in descending order -SortBy = "default" +SortBy = "default" [footer] since = 2026