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

Bring back feedback buttons (#2481)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
2024-04-03 09:38:06 +00:00
committed by Daniel Gray
parent ce7896c07f
commit 895a83b841
4 changed files with 73 additions and 5 deletions

View File

@ -116,9 +116,11 @@
{{ page.content }}
{% include "partials/source-file.html" %}
{% include "partials/feedback.html" %}
{% if config.theme.language == "en" %}
<hr>
<h2>Share this website and spread privacy knowledge</h2>
<h2 class="md-feedback__title">Share this website and spread privacy knowledge</h2>
<p><input class="admonition quote social-share-text" id="share" type="text" value="Privacy Guides: https://www.privacyguides.org - Cybersecurity resources and privacy-focused tools to protect yourself online" onclick="select()" readonly=""></p>
<p><em>Copy this text to easily share Privacy Guides with your friends and family on any social network!</em></p>
{% elif config.extra.translation_notice %}
@ -128,6 +130,5 @@
</div>
{% endif %}
{% include "partials/feedback.html" %}
{% include "partials/comments.html" %}
{% endblock %}