diff --git a/sigal/themes/galleria/templates/album_list.html b/sigal/themes/galleria/templates/album_list.html index bc3ab66..22cdbd5 100644 --- a/sigal/themes/galleria/templates/album_list.html +++ b/sigal/themes/galleria/templates/album_list.html @@ -1,5 +1,18 @@ {% extends "base.html" %} +{% block extra_head %} + {# These are used on album pages - prefetch now #} + + + + + {% if settings.show_map %} + + + + {% endif %} +{% endblock %} + {% block content %}