소스 검색

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>