From: Michael McMahon Date: Wed, 12 May 2021 21:41:54 +0000 (-0400) Subject: Fix pagination X-Git-Url: https://vcs.fsf.org/?p=mediagoblin-libreplanet.git;a=commitdiff_plain;h=HEAD;hp=26b5f13e0de6488ba8428ef8cb7e42bfdce012ab Fix pagination --- diff --git a/mediagoblin_libreplanet/templates/libreplanet/root.html b/mediagoblin_libreplanet/templates/libreplanet/root.html index 1c9c9dc..cd7cd52 100644 --- a/mediagoblin_libreplanet/templates/libreplanet/root.html +++ b/mediagoblin_libreplanet/templates/libreplanet/root.html @@ -29,18 +29,21 @@ {% block mediagoblin_content %}

{% 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 Cambridge, MA, 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!

@@ -97,7 +100,13 @@ View all photos

+

{#- 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 %}