Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
🛠 修复了侧栏个人信息问题
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaomg committed Feb 29, 2020
1 parent 17c0dc7 commit 89ec65b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions core/libs/Api.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Castle API Class
* Last Update: 2020/01/26
* Last Update: 2020/02/29
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

Expand Down Expand Up @@ -31,7 +31,9 @@ public static function siteConfig() {

//Info
'info' => [
'siteName' => Helper::options()->title
'siteName' => Helper::options()->title,
'author' => Castle_Libs::getAdminScreenName(),
'description' => Helper::options()->description
],

//Castle Version
Expand Down
Loading

0 comments on commit 89ec65b

Please sign in to comment.