浏览代码

fix logo path

boyska 6 年之前
父节点
当前提交
40a8a4c351
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/hackit0x15/templates/includes/banner.html

+ 1 - 1
themes/hackit0x15/templates/includes/banner.html

@@ -10,7 +10,7 @@
 </header>
     
 {% if SITELOGO %}
-    <img src="{{ SITEURL }}{{THEME}}{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
+    <img src="{{ SITEURL }}/{{THEME_STATIC_DIR}}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
 
 
     </div>