You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugo.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -230,10 +230,10 @@ ul_show = 3
230
230
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
231
231
# add "hide_feedback: true" to the page's front matter.
232
232
[params.ui.feedback]
233
-
#enable = true
233
+
enable = true
234
234
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
235
-
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
236
-
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
235
+
yes = 'Glad to hear it! Please <a href="https://github.com/Interlisp/medley/issues/new?template=documentation.md&projects=Interlisp/medley/5">tell us how we can improve</a>.'
236
+
no = 'Sorry to hear that. Please <a href="https://github.com/Interlisp/medley/issues/new?template=documentation.md&projects=Interlisp/medley/5">tell us how we can improve</a>.'
237
237
238
238
# Adds a reading time to the top of each doc.
239
239
# If you want this feature, but occasionally need to remove the Reading time from a single page,
0 commit comments