From a298248eea70d434f421f63256aace027c063ffb Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 16 Dec 2022 20:31:51 -0500 Subject: themes/default/layouts/_default/single: Add related content Add related configuration. May need to soon optimize the templates.. --- config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index f4fad5d..883e120 100644 --- a/config.json +++ b/config.json @@ -179,6 +179,21 @@ } } }, + "related": { + "includeNewer": false, + "indices": [ + { + "name": "tags", + "weight": 80 + }, + { + "name": "date", + "weight": 10 + } + ], + "threshold": 80, + "toLower": false + }, "mediaTypes": { "application/xslt+xml": { "suffixes": [ -- cgit v1.2.3