update trademark policy link in footer

This commit is contained in:
Jérôme Charaoui 2024-10-23 13:10:20 -04:00
parent b3a1686825
commit 5edacd6d02
No known key found for this signature in database
GPG Key ID: 69C52F658E988542
2 changed files with 11 additions and 3 deletions

View File

@ -57,6 +57,15 @@ footer .border{
max-width: 36rem; max-width: 36rem;
} }
.footer .trademark-policy {
p, a {
@extend .text-light;
}
a {
text-decoration: underline;
}
}
main{ main{
padding-bottom: 5em; padding-bottom: 5em;
} }

View File

@ -100,9 +100,8 @@
<div class="row"> <div class="row">
<div class="col-12 d-flex justify-content-center"> <div class="col-12 d-flex justify-content-center">
<div class="col-8 mt-5"> <div class="col-8 mt-5 trademark-policy">
{% from "macros/footer.html" import render_faq %} {{ _('Trademark, copyright notices, and rules for use by third parties can be found in our [Trademark and Brand policy](https://www.torproject.org/about/trademark).')|markdown }}
<p class="text-primary text-light">{{ _('Trademark, copyright notices, and rules for use by third parties can be found in our %(link_to_faq)s.')|format(link_to_faq=render_faq())|safe }}</p>
</div> </div>
{% if bag('alternatives')|length > 1 -%} {% if bag('alternatives')|length > 1 -%}
<div class="col-sm-2 mt-5 d-none d-sm-block"> <div class="col-sm-2 mt-5 d-none d-sm-block">