Skip to content

Commit

Permalink
Merge tag '3979_make_cookie_consent_link_nofollow' into develop
Browse files Browse the repository at this point in the history
Add nofollow to cookie consent
  • Loading branch information
Steven-Eardley committed Feb 4, 2025
2 parents 8e62a21 + bc34833 commit 19b18c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/templates-v2/includes/_cookie_consent.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="cookie-consent" class="cookie-consent">
<p>This website uses cookies to ensure you get the best experience. <a href="/privacy/" style="text-decoration: underline;">Learn more about DOAJ’s privacy policy.</a></p>
<p>
<a class="button" id="cookie-consent-hide" href="{{ url_for('doaj.cookie_consent') }}?continue={{ request.path }}">Hide this message</a>
<a class="button" id="cookie-consent-hide" href="{{ url_for('doaj.cookie_consent') }}?continue={{ request.path }}" rel="nofollow">Hide this message</a>
</p>
</div>

0 comments on commit 19b18c2

Please sign in to comment.