[tor-commits] [tpo/translations] content updates
emmapeel at torproject.org
emmapeel at torproject.org
Wed Jun 30 18:58:35 UTC 2021
commit 6672f87f40ea8e8420aeda033a7550cc42ce5cb1
Author: emma peel <emma.peel at riseup.net>
Date: Wed Jun 30 20:57:56 2021 +0200
content updates
---
content/about/sponsors/USSD-DHRL-harvard/contents.lr | 2 +-
content/about/sponsors/USSD-DHRL/contents.lr | 2 +-
templates/sponsors.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/about/sponsors/USSD-DHRL-harvard/contents.lr b/content/about/sponsors/USSD-DHRL-harvard/contents.lr
index 7d762834..7bad4ac1 100644
--- a/content/about/sponsors/USSD-DHRL-harvard/contents.lr
+++ b/content/about/sponsors/USSD-DHRL-harvard/contents.lr
@@ -12,7 +12,7 @@ logo: /static/images/sponsors/USSD.png
---
_hidden: yes
---
-link: https://www.state.gov/j/drl/
+link: https://www.state.gov/about-us-bureau-of-democracy-human-rights-and-labor/
---
description:
diff --git a/content/about/sponsors/USSD-DHRL/contents.lr b/content/about/sponsors/USSD-DHRL/contents.lr
index 37b3d5a3..ad81b1e7 100644
--- a/content/about/sponsors/USSD-DHRL/contents.lr
+++ b/content/about/sponsors/USSD-DHRL/contents.lr
@@ -12,7 +12,7 @@ logo: /static/images/sponsors/USSD.png
---
_hidden: yes
---
-link: https://www.state.gov/bureaus-offices/under-secretary-for-civilian-security-democracy-and-human-rights/bureau-of-democracy-human-rights-and-labor/
+link: https://www.state.gov/about-us-bureau-of-democracy-human-rights-and-labor/
---
description:
diff --git a/templates/sponsors.html b/templates/sponsors.html
index b67432de..04a39af6 100644
--- a/templates/sponsors.html
+++ b/templates/sponsors.html
@@ -21,7 +21,7 @@
<div class="col-12">
<ul class="jobs-ul">
{% set items = site.query('/about/sponsors').include_undiscoverable(true).filter(F.active == False) %}
- {% for item in items %}
+ {% for item in items.order_by('-time') %}
<li><a href="{{ item.link}}">{{ item.name }}</a> - <span> {{ item.time }}</span></li>
{% endfor %}
</ul>
More information about the tor-commits
mailing list