|
|
@ -48,14 +48,14 @@ |
|
|
|
{{ media_grid(request, videos) }} |
|
|
|
{{ media_grid(request, videos) }} |
|
|
|
<div class="clear"></div> |
|
|
|
<div class="clear"></div> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<a href="/videos">View all LibrePlanet videos</a> |
|
|
|
<a href="/videos">View all videos</a> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<h2>{% trans %}Photos{% endtrans %}</h2> |
|
|
|
<h2>{% trans %}Photos{% endtrans %}</h2> |
|
|
|
{{ media_grid(request, images) }} |
|
|
|
{{ media_grid(request, images) }} |
|
|
|
<div class="clear"></div> |
|
|
|
<div class="clear"></div> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<a href="/photos">View all LibrePlanet photos</a> |
|
|
|
<a href="/photos">View all photos</a> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
{#- Need to set feed_url within this block so template can use it. -#} |
|
|
|
{#- Need to set feed_url within this block so template can use it. -#} |
|
|
|