mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
update trademark policy link in footer
This commit is contained in:
parent
b3a1686825
commit
5edacd6d02
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user