From c834a53d99a36a002ec3d15e130f1f8b6cc8facd Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 7 Jan 2016 10:29:54 -0800 Subject: [PATCH] Fixed hardcoded HTTP protocol, throwing warning when using HTTPS --- themes/grav/templates/partials/themes-list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/partials/themes-list.html.twig b/themes/grav/templates/partials/themes-list.html.twig index b1dc41e8..3e6e4f54 100644 --- a/themes/grav/templates/partials/themes-list.html.twig +++ b/themes/grav/templates/partials/themes-list.html.twig @@ -25,7 +25,7 @@ v{{ theme.version }}
- {% set thumb = installing ? 'http://getgrav.org/images/' ~ theme.screenshot : theme.thumbnail %} + {% set thumb = installing ? '//getgrav.org/images/' ~ theme.screenshot : theme.thumbnail %}
{% if (state == 'installing') %}