Skip to content

Commit

Permalink
合并了一些更新(手动
Browse files Browse the repository at this point in the history
  • Loading branch information
cortmiem authored Nov 25, 2022
1 parent c650755 commit 5aa4a2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions includes/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<!-- 关闭百度转码 -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<?php //设置 favicon
if($this->options->favicon){ ?>
<link rel="icon" type="image/x-icon" href="<?php $this->options->favicon(); ?>">
Expand Down
2 changes: 1 addition & 1 deletion libs/Comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function gravatar($email, int $size = 100, int $useCDN = NULL)
{
//MD5 EMail
$email = md5($email);
$avatar = 'https://secure.gravatar.com/avatar/' . $email . '?s=' . $size;
$avatar = 'https://cravatar.cn/avatar/' . $email . '?s=' . $size;

return $avatar;
}
Expand Down

0 comments on commit 5aa4a2e

Please sign in to comment.