Fix pagination master
authorMichael McMahon <michael@fsf.org>
Wed, 12 May 2021 21:41:54 +0000 (17:41 -0400)
committerMichael McMahon <michael@fsf.org>
Wed, 12 May 2021 21:41:54 +0000 (17:41 -0400)
mediagoblin_libreplanet/templates/libreplanet/root.html

index 1c9c9dca7a0068726ffe61d76e98b47314c676c1..cd7cd527bc2d1fcec800941e225313282abc3242 100644 (file)
 
 {% block mediagoblin_content %}
   <h1>{% trans %}LibrePlanet{% endtrans %}</h1>
-  <img  class="right_align" src="//static.fsf.org/nosvn/libreplanet/2015/graphical_assets/lp-logo-for-gmg.svg" />
+  <img  class="right_align" src="//static.fsf.org/nosvn/libreplanet/wiki/lp_logo_small_stacked.png" />
 <p>
-  This site hosts media about free software and the amazing community
-  that uses and builds it. Much of the media is from our yearly <a href="https://libreplanet.org/wiki/LibrePlanet:Conference">LibrePlanet
-  conference</a> 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
+  <a href="https://libreplanet.org/wiki/LibrePlanet:Conference">
+  LibrePlanet conference</a> in the Boston area, USA, but some is from other
+  events.
 </p>
 
 <p>
-  This  site and the conference are run by the <a href="https://www.fsf.org">Free Software Foundation</a>, a nonprofit
-  with three decades of experience promoting and defending computer user
-  freedom. The site itself is running <a href="http://mediagoblin.org">GNU
-    MediaGoblin</a>, a wonderful free media hosting platform. Enjoy!
+  This site and the conference are run by the <a href="https://www.fsf.org">
+  Free Software Foundation</a>, a nonprofit with three decades of experience
+  promoting and defending computer user freedom. The site itself is running
+  <a href="http://mediagoblin.org">GNU MediaGoblin</a>, a wonderful free media
+  hosting platform. Enjoy!
 </p>
   <div class="clear"></div>
 
     <a href="/photos">View all photos</a>
   </p>
 
+  <p>
   {#- Need to set feed_url within this block so template can use it. -#}
   {%- set feed_url = feed_url -%}
   {%- include "mediagoblin/utils/feed_link.html" -%}
+  </p>
+
+  <p>
+    Contact sysadmin@fsf.org to report technical problems.
+  </p>
 {% endblock %}