diff options
-rw-r--r-- | mediagoblin/templates/mediagoblin/root.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index 05926687..e5344e08 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -41,15 +41,7 @@ {# temporarily, an "image gallery" that isn't one really ;) #} <div> - <ul> - {% for entry in media_entries %} - <li> - <a href="{{ entry.url_for_self(request.urlgen) }}"> - <img src="{{ request.app.public_store.file_url( - entry['media_files']['thumb']) }}" /></a> - </li> - {% endfor %} - </ul> + {% include "mediagoblin/utils/object_gallery.html" %} </div> {% endblock %} |