Support external URL values for SITEIMAGE

Fixes #72
main
Vitaly Potyarkin 2019-10-18 14:33:48 +03:00
parent 5251f12a56
commit f4189db4de
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% if SITEIMAGE %} {% if SITEIMAGE %}
<div class="col-sm-4"> <div class="col-sm-4">
<a href="{{ SITEURL }}/"> <a href="{{ SITEURL }}/">
<img class="img-fluid rounded" src={{ SITEURL }}{{ SITEIMAGE }} alt="{{ SITENAME }}"> <img class="img-fluid rounded" src={{ url(SITEIMAGE) }} alt="{{ SITENAME }}">
</a> </a>
</div> </div>
{% endif %} {% endif %}