mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Fix SITEIMAGE relative url's
This commit is contained in:
parent
10a9612584
commit
d35fedcd41
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
<div class="row">
|
||||
{% if SITEIMAGE %}
|
||||
<div class="col-sm-4 hidden-xs">
|
||||
<a href="{{ SITEURL }}"><img class="img-responsive" src={{ SITEIMAGE }}></a>
|
||||
<a href="{{ SITEURL }}"><img class="img-responsive" src={{ SITEURL }}{{ SITEIMAGE }}></a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="col-sm-{% if SITEIMAGE %}8{% else %}12{% endif %}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue