优化了模板的组织形式,根据功能解耦成几个文件
parent
258de80b18
commit
9727c386f4
|
@ -161,8 +161,7 @@ ul li a{
|
|||
<li><a href="/wapi/Blog/index" style="font-size: 25px;text-decoration: none; background: #20375f;">文章</a></li>
|
||||
{% endif %}
|
||||
<li style="font-size: 25px;text-decoration: none; background: #20375f;">项目</li>
|
||||
<li style="font-size: 25px;text-decoration: none; background: #20375f;">杂文</li>
|
||||
<li style="font-size: 25px;text-decoration: none; background: #20375f;">bug总结</li>
|
||||
<li style="font-size: 25px;text-decoration: none; background: #20375f;">众筹需求</li>
|
||||
{% if debug == true %}
|
||||
<li><a href="/api/public/Blog/donate" style="font-size: 25px;text-decoration: none; background: #20375f;">赞助</a></li>
|
||||
{%else%}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue