mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 01:29:45 +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;
|
||||
}
|
||||
|
||||
.footer .trademark-policy {
|
||||
p, a {
|
||||
@extend .text-light;
|
||||
}
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
main{
|
||||
padding-bottom: 5em;
|
||||
}
|
||||
|
@ -100,9 +100,8 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12 d-flex justify-content-center">
|
||||
<div class="col-8 mt-5">
|
||||
{% from "macros/footer.html" import render_faq %}
|
||||
<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 class="col-8 mt-5 trademark-policy">
|
||||
{{ _('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 }}
|
||||
</div>
|
||||
{% if bag('alternatives')|length > 1 -%}
|
||||
<div class="col-sm-2 mt-5 d-none d-sm-block">
|
||||
|
Loading…
Reference in New Issue
Block a user