From ecf6722e36abb3121aa0b0604f37c4fa2ea13725 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 5 Mar 2016 23:42:14 +0100 Subject: [PATCH] Use https for external resources, remove html5shiv. --- sigal/themes/colorbox/templates/base.html | 7 ++----- sigal/themes/galleria/templates/index.html | 15 +++++---------- sigal/themes/photoswipe/templates/index.html | 16 ++++------------ 3 files changed, 11 insertions(+), 27 deletions(-) diff --git a/sigal/themes/colorbox/templates/base.html b/sigal/themes/colorbox/templates/base.html index 92ba9d6..fe9d226 100644 --- a/sigal/themes/colorbox/templates/base.html +++ b/sigal/themes/colorbox/templates/base.html @@ -3,7 +3,7 @@ {% block head %} - + {{ album.title }} @@ -11,15 +11,12 @@ {% if settings.use_assets_cdn %} - + {% endif %} - {% endblock %} diff --git a/sigal/themes/galleria/templates/index.html b/sigal/themes/galleria/templates/index.html index 4c9210d..9165600 100644 --- a/sigal/themes/galleria/templates/index.html +++ b/sigal/themes/galleria/templates/index.html @@ -2,7 +2,7 @@ - + {{ album.title|striptags }} @@ -11,7 +11,7 @@ {% if settings.use_assets_cdn %} - + {% endif %} - {% if settings.show_map and album.show_map %} - -