update relatedPosts config
This commit is contained in:
parent
8d4b1bb7f0
commit
21064cf840
1 changed files with 5 additions and 1 deletions
|
@ -110,7 +110,7 @@ taxonomy = [ "HTML" ]
|
|||
[related]
|
||||
includeNewer = true
|
||||
threshold = 80
|
||||
toLower = false
|
||||
toLower = true
|
||||
|
||||
[[related.indices]]
|
||||
name = "title"
|
||||
|
@ -120,6 +120,10 @@ taxonomy = [ "HTML" ]
|
|||
name = "summary"
|
||||
weight = 30
|
||||
|
||||
[[related.indices]]
|
||||
name = "description"
|
||||
weight = 30
|
||||
|
||||
[[related.indices]]
|
||||
name = "tags"
|
||||
weight = 30
|
||||
|
|
Loading…
Reference in a new issue