From b3d43825d5d6a579f162adc1a804148e57dd89c7 Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Mon, 10 Mar 2025 08:51:41 -0400 Subject: [PATCH] fix: Correct Link for Feedback Correct the feedback link to open new issues for the website. Signed-off-by: Adam Kaplan --- hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 3dbb1afd..3c21c85a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -133,9 +133,9 @@ params: enable: true # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful). 'yes': >- - Glad to hear it! Please tell us how we can improve. + Glad to hear it! If you have any suggestions, please tell us how we can improve. 'no': >- - Sorry to hear that. Please tell us how we can improve. + Sorry to hear that. Please tell us how we can improve. # Adds a reading time to the top of each doc. # If you want this feature, but occasionally need to remove the Reading time from a single page, # add "hide_readingtime: true" to the page's front matter