Skip to content

Commit ed08256

Browse files
authored
uncomment relatedContentLimit
1 parent 951b9a7 commit ed08256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/_default/params.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
8484
invertPagination = false
8585
showReadingTime = false
8686
showTableOfContents = false
87-
showRelatedContent = false
88-
# relatedContentLimit = 3
87+
showRelatedContent = true
88+
relatedContentLimit = 3
8989
showTaxonomies = true # use showTaxonomies OR showCategoryOnly, not both
9090
showCategoryOnly = false # use showTaxonomies OR showCategoryOnly, not both
9191
showAuthorsBadges = true

0 commit comments

Comments
 (0)