feat: update authorization year

pull/321/head^2
Seaton Jiang 2020-12-14 01:07:56 +08:00
parent 0632786cee
commit ae0276496c
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* 主题页脚
* @author Seaton Jiang <seaton@vtrois.com>
* @license MIT License
* @version 2020.09.27
* @version 2020.12.14
*/
?>
<div class="k-footer">
@ -43,7 +43,7 @@
</p>
<?php
$sitename = get_bloginfo('name');
echo '<p>' . kratos_option('s_copyright', 'COPYRIGHT © 2020 ' . $sitename . '. ALL RIGHTS RESERVED.') . '</p>';
echo '<p>' . kratos_option('s_copyright', 'COPYRIGHT © 2021 ' . $sitename . '. ALL RIGHTS RESERVED.') . '</p>';
echo '<p>THEME <a href="https://github.com/vtrois/kratos" target="_blank" rel="nofollow">KRATOS</a> MADE BY <a href="https://www.vtrois.com/" target="_blank" rel="nofollow">VTROIS</a></p>';
if (kratos_option('s_icp')) {
echo '<p><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">' . kratos_option('s_icp') . '</a></p>';