1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 17:22:39 +00:00

Enable feedback widget (#1146)

This commit is contained in:
2022-04-29 09:17:23 -05:00
parent c1a4eec75e
commit e4654a71eb
5 changed files with 30 additions and 0 deletions

View File

@ -15,6 +15,17 @@ extra:
analytics:
provider: plausible
property: privacyguides.org
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: Helpful
note: Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: Needs Improvement
note: Thanks for your feedback! Help us improve this page by opening a <a href="https://github.com/orgs/privacyguides/discussions" target=_blank>discusson on GitHub</a>.
social:
- icon: pg/matrix
link: https://matrix.to/#/#privacyguides:matrix.org
@ -120,6 +131,7 @@ markdown_extensions:
extra_javascript:
- javascripts/mathjax.js
- javascripts/feedback.js
nav:
- Home: 'index.md'