mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-12 16:26:07 +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>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
{% if (state == 'installing') %}
|
||||
|
||||
Reference in New Issue
Block a user