tmp disable display of featured items on main page
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / root.html
index 5c1fb31b620591e8ec026baea2cd9aeb0eddf952..0d1dc5f06cd32e9d368cd4e8eecac174e76ff67e 100644 (file)
 </p>
 
 <p>
-  This site and the conference are run by the <a href="https://www.fsf.org">Free Software Foundation</a>, a nonprofit
+  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>
 
+  <!--
+  <h2>{% trans %}Featured Videos{% endtrans %}</h2>
+  {{ media_grid(request, featured_videos) }}
+  <div class="clear"></div>
+  <p>
+    <a href="/videos/featured">View all featured videos</a>
+  </p>
+
+  <h2>{% trans %}Featured Photos{% endtrans %}</h2>
+  {{ media_grid(request, featured_photos) }}
+  <div class="clear"></div>
+  <p>
+    <a href="/photos/featured">View all featured photos</a>
+  </p>
+  -->
+
   <h2>{% trans %}Videos{% endtrans %}</h2>
   {{ media_grid(request, videos) }}
   <div class="clear"></div>
   <p>
-    <a href="/videos">View all LibrePlanet videos</a>
+    <a href="/videos">View all videos</a>
   </p>
 
   <h2>{% trans %}Photos{% endtrans %}</h2>
   {{ media_grid(request, images) }}
   <div class="clear"></div>
   <p>
-    <a href="/photos">View all LibrePlanet photos</a>
+    <a href="/photos">View all photos</a>
   </p>
 
   {#- Need to set feed_url within this block so template can use it. -#}