Browse Source

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

zry 8 years ago
parent
commit
270b3e322c
2 changed files with 2 additions and 2 deletions
  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>