Skip to content

Commit a53f2e8

Browse files
committed
修正logo跳转链接的bug和设置版权链接新窗口打开
1 parent 7c8e1b5 commit a53f2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
</div>
22
<div id="footer">
3-
<center>Copyright&nbsp;@&nbsp;2018&nbsp;by&nbsp;<a href="http://gv7.me">c0ny1</a></center>
3+
<center>Copyright&nbsp;@&nbsp;2018&nbsp;by&nbsp;<a href="http://gv7.me" target="_bank">c0ny1</a></center>
44
</div>
55
<div class="mask"></div>
66
<div class="dialog">

head.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" type="text/css" href="<?php echo APP_URL_ROOT;?>/css/prism.css">
99
<body>
1010
<div id="head">
11-
<a href="<?php echo APP_URL_ROOT;?>"><img src="<?php echo APP_URL_ROOT;?>/img/logo.png"/></a>
11+
<a href="<?php echo APP_URL_ROOT;?>/"><img src="<?php echo APP_URL_ROOT;?>/img/logo.png"/></a>
1212
<div id="head_menu">
1313
<a href="javascript:show_code()">查看源码</a>
1414
<a href="javascript:get_prompt()">查看提示</a>

0 commit comments

Comments
 (0)