From 3607d60de06feb683fc2a703ca2323c4890ada60 Mon Sep 17 00:00:00 2001 From: Edwin Steele Date: Wed, 10 Oct 2018 17:24:24 +1100 Subject: [PATCH] Prefetch js and css resources needed on album pages --- sigal/themes/galleria/templates/album_list.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 %}