-
If it possible to have the feedback of site analytics on the home page only instead of evert page? |
Beta Was this translation helpful? Give feedback.
Answered by
mocdaniel
Apr 2, 2025
Replies: 1 comment 4 replies
-
Yes, this is doable as you can hide the feedback widget on a per-page basis. ---
hide:
- feedback
---
# Page Heading
[...] Optionally, you could combine this with the meta plugin that allows you to apply this setting to all pages within a directory by default. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned, you can achieve that with the meta plugin. Put a file
.meta.yml
in each subdirectory ofdocs/
and set the feedback widget to be hidden. It will be applied to all pages within the respective directories.