Browse Source

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

zry 8 năm trước cách đây
mục cha
commit
cf72f26ba0
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      templates/base.html
  2. 1 1
      templates/home.html

+ 1 - 1
templates/base.html

@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="renderer" content="webkit">
         
-        <title>{% block title %}{% include "var/sitename.html" %}{% endblock %}</title>
+        <title>{% block title %}邵武一中新闻部摄影大赛-投票系统{% endblock %}</title>
         
         <!-- Bootstrap -->
         <link href="/static/css/bootstrap.css" rel="stylesheet">

+ 1 - 1
templates/home.html

@@ -14,7 +14,7 @@
 	<div class="container">
 		<div class="row">
 			<div class="col-md-12">
-				<h1>{% include "var/sitename.html" %}</h1>
+				<h1>邵武一中新闻部摄影大赛-投票系统</h1>
 			</div>
 		</div>
 	</div>