Use THEME_STATIC_DIR for asset URL's

This commit is contained in:
Karol Kuczmarski 2015-08-20 22:25:56 -07:00
parent 0534a43694
commit 66b27aad17
2 changed files with 6 additions and 6 deletions

View file

@ -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">
{