change comment style in home page template
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / root.html
index 0a0493c8de1dcc7b2492caef39b34775caa3ba08..3d6ef50160477c221678c1b600f50ac6339c6b29 100644 (file)
 </p>
   <div class="clear"></div>
 
-  <h2>{% trans %}Videos{% endtrans %}</h2>
+  <h2>{% trans %}LibrePlanet 2016 Videos{% endtrans %}</h2>
+  {{ media_grid(request, lp2016_videos) }}
+  <div class="clear"></div>
+  <p>
+    <a href="/u/libreplanet/tag/libreplanet-2016-video/">View all LibrePlanet 2016 videos</a>
+  </p>
+
+  {# commenting out featured media sections for front page #}
+  {#
+  <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_images) }}
+  <div class="clear"></div>
+  <p>
+    <a href="/photos/featured">View all featured photos</a>
+  </p>
+  #}
+
+  <h2>{% trans %}All 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>
+  <h2>{% trans %}All 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. -#}