From 43162df7f6f4d6cf760942741599e8cfc7da171e Mon Sep 17 00:00:00 2001 From: "Roneo.org" <77257518+RoneoOrg@users.noreply.github.com> Date: Fri, 23 Sep 2022 07:34:42 +0200 Subject: [PATCH] Add config for `ShowRelatedContent` See PR https://github.com/adityatelange/hugo-PaperMod/pull/1049 --- config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml b/config.yml index 3decb44c..abc0c013 100644 --- a/config.yml +++ b/config.yml @@ -115,6 +115,7 @@ params: # disableSpecial1stPost: true displayFullLangName: true ShowPostNavLinks: true + ShowRelatedContent: true ShowBreadCrumbs: true ShowCodeCopyButtons: true ShowRssButtonInSectionTermList: true