优化了模板的组织形式,根据功能解耦成几个文件

deploy
DESKTOP-4RNDQIC\29019 2020-05-07 12:47:10 +08:00
parent 258de80b18
commit 9727c386f4
4 changed files with 31 additions and 2 deletions

View File

@ -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%}

View File

@ -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>

View File

@ -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>

View File

@ -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>