修改每个页面的title

This commit is contained in:
hohoTT
2015-09-16 21:57:17 +08:00
parent 7a53565a04
commit 903a36f43d
23 changed files with 71 additions and 14 deletions

View File

@@ -6,8 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="renderer" content="webkit">
<link rel="shortcut icon" href="/static/img/favicon.ico">
<title>在线评测系统</title>
<title>
{% block title %}
在线评测系统
{% endblock %}
</title>
<!-- global css begin -->
<link href="/static/css/oj.css" rel="stylesheet">