Use THEME_STATIC_DIR for asset URL's
This commit is contained in:
parent
0534a43694
commit
66b27aad17
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{% if SITELOGO %}
|
||||
{% set default_cover = SITELOGO %}
|
||||
{% else %}
|
||||
{% set default_cover = '{{ SITEURL }}/theme/img/profile.png' %}
|
||||
{% set default_cover = '{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/profile.png' %}
|
||||
{% endif %}
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue