fix logo path
This commit is contained in:
parent
6d51a14990
commit
40a8a4c351
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% if SITELOGO %}
|
{% if SITELOGO %}
|
||||||
<img src="{{ SITEURL }}{{THEME}}{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
|
<img src="{{ SITEURL }}/{{THEME_STATIC_DIR}}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue