mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-13 08:46:04 +01:00
Fixed hardcoded HTTP protocol, throwing warning when using HTTPS
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<span class="gpm-version">v{{ theme.version }}</span>
|
<span class="gpm-version">v{{ theme.version }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="gpm-screenshot">
|
<div class="gpm-screenshot">
|
||||||
{% set thumb = installing ? 'http://getgrav.org/images/' ~ theme.screenshot : theme.thumbnail %}
|
{% set thumb = installing ? '//getgrav.org/images/' ~ theme.screenshot : theme.thumbnail %}
|
||||||
<a href="{{ base_url_relative }}/themes/{{ slug|url_encode }}"><img src="{{ thumb }}" /></a>
|
<a href="{{ base_url_relative }}/themes/{{ slug|url_encode }}"><img src="{{ thumb }}" /></a>
|
||||||
</div>
|
</div>
|
||||||
{% if (state == 'installing') %}
|
{% if (state == 'installing') %}
|
||||||
|
|||||||
Reference in New Issue
Block a user