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.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 3177b5a..a9c5b8b 100644 --- a/config.yaml +++ b/config.yaml @@ -113,6 +113,16 @@ params: bing: yandex: +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