Browse Source

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

zry 8 năm trước cách đây
mục cha
commit
270b3e322c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>