فهرست منبع

Signed-off-by: zry <admin@z-touhou.org>

zry 8 سال پیش
والد
کامیت
270b3e322c
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      templates/base.html
  2. 1 1
      templates/layout.html

+ 1 - 1
templates/base.html

@@ -119,7 +119,7 @@
 </div>
 
 
-         {% include "var/footer.html" %}
+         {% include "footer.html" %}
          <script src="/static/js/jquery.fitvids.js"></script>
         <script src="/static/js/jquery.sequence-min.js"></script>
         <script src="/static/js/jquery.bxslider.js"></script>

+ 1 - 1
templates/layout.html

@@ -111,7 +111,7 @@
 </div>
 
 
-         {% include "var/footer.html" %}
+         {% include "footer.html" %}
          <script src="/static/js/jquery.fitvids.js"></script>
         <script src="/static/js/jquery.sequence-min.js"></script>
         <script src="/static/js/jquery.bxslider.js"></script>