Skip to content

Commit

Permalink
🔨 修复 萌备悬挂模板的错误 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaoo authored Aug 26, 2024
1 parent f7ef168 commit f4182b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function Footer(){
} elseif ($beian || $gabeian || $moebei) {
$content .= '';
}
$content .= ($moebei) ? '<span><a href="https://icp.gov.moe" target="_blank">萌ICP备</a><a href="https://icp.gov.moe/?keyword='.$num2.'" target="_blank">'.$num2.'</a></span>' : '';
$content .= ($moebei) ? '<span><a href="https://icp.gov.moe/?keyword='.$num2.'" target="_blank">萌ICP备'.$num2.'</a></span>' : '';
$content .= ($beian) ? '<span><a href="//beian.miit.gov.cn">'.Helper::options()->beian.'</a></span>' : '';
$content .= ($gabeian) ? '<span><img style="vertical-align:middle" src="'.staticFiles('images/beian.png', 1).'" height="20" width="20" alt="公安备案"> <a href="//www.beian.gov.cn/portal/registerSystemInfo?recordcode='.$num.'">'.Helper::options()->gabeian.'</a></span>' : '';
echo $footer.'<p>'.$copy.$content.'<br><br><span id="cuckoo-copy">Theme <a href="https://github.com/bhaoo/cuckoo" target="_blank">Cuckoo</a> by <a href="https://dwd.moe/" target="_blank">Bhao</a>|Powered By <a href="http://www.typecho.org" target="_blank">Typecho</a></span></p>';
Expand Down

0 comments on commit f4182b8

Please sign in to comment.