mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
parent
5251f12a56
commit
f4189db4de
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue