Merge pull request #35 from kot4ri/patch-1

fix
This commit is contained in:
Mashiro 2019-01-02 21:00:20 +08:00 committed by GitHub
commit bb03fc3b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ if ( akina_option('toggle-menu') == 'no') { ?>
if (akina_option('cover_img')) {
$imgurl = akina_option('cover_img');
} else {
$imgurl = 'https://sakura.2heng.xin/wp-content/themes/Sakura/cover/index.php';
$imgurl = get_site_url()."/wp-content/themes/Sakura/cover/index.php";
}