From 08fc5850293344da459ac4407b226288d7a9cb0d Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Wed, 12 May 2021 17:31:57 -0400 Subject: [PATCH] Pagination and add sysadmin contact RT1721791 --- .../templates/libreplanet/root.html | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/mediagoblin_libreplanet/templates/libreplanet/root.html b/mediagoblin_libreplanet/templates/libreplanet/root.html index c27d17a..5994467 100644 --- a/mediagoblin_libreplanet/templates/libreplanet/root.html +++ b/mediagoblin_libreplanet/templates/libreplanet/root.html @@ -31,16 +31,19 @@

{% trans %}LibrePlanet{% endtrans %}

- This site hosts media about free software and the amazing community - that uses and builds it. Much of the media is from our yearly LibrePlanet - conference in the Boston area, USA, but some is from other events. + This site hosts media about free software and the amazing community that uses + and builds it. Much of the media is from our yearly + + LibrePlanet conference in the Boston area, USA, but some is from other + events.

- This site and the conference are run by the Free Software Foundation, a nonprofit - with three decades of experience promoting and defending computer user - freedom. The site itself is running GNU - MediaGoblin, a wonderful free media hosting platform. Enjoy! + This site and the conference are run by the + Free Software Foundation, a nonprofit with three decades of experience + promoting and defending computer user freedom. The site itself is running + GNU MediaGoblin, a wonderful free media + hosting platform. Enjoy!

@@ -100,4 +103,8 @@ {#- Need to set feed_url within this block so template can use it. -#} {%- set feed_url = feed_url -%} {%- include "mediagoblin/utils/feed_link.html" -%} + +

+ Contact sysadmin@fsf.org to report technical problems. +

{% endblock %} -- 2.25.1