commit 6672f87f40ea8e8420aeda033a7550cc42ce5cb1 Author: emma peel emma.peel@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-... +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>
tor-commits@lists.torproject.org