修改CDN地址
This commit is contained in:
parent
8e364129f1
commit
442a5a9c73
@ -94,7 +94,7 @@ pagination_dir: page
|
||||
theme: yilia
|
||||
|
||||
# 图片存储仓库地址
|
||||
picture_cdn: https://cdn.colorfulsweet.site
|
||||
picture_cdn: https://nas.colorfulsweet.site:9003
|
||||
|
||||
# ICP备案号
|
||||
ICP: 鲁ICP备19028444号
|
||||
|
||||
@ -70,9 +70,6 @@ top: true
|
||||
# 站点图标
|
||||
favicon: /favicon.ico
|
||||
|
||||
#头像url
|
||||
avatar: https://cdn.colorfulsweet.site/resources/avatar.jpg
|
||||
|
||||
#是否开启分享
|
||||
share_enable: true
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<div class="intrude-less">
|
||||
<header id="header" class="inner">
|
||||
<a href="<%=config.root%>" @mouseover="linkMouseover('home')" class="profilepic">
|
||||
<img src="<%=theme.avatar%>" class="js-avatar">
|
||||
<img src="<%=config.picture_cdn%>/avatar.jpg" class="js-avatar">
|
||||
</a>
|
||||
<hgroup>
|
||||
<h1 class="header-author"><a href="<%=config.root%>" @mouseover="linkMouseover('home')"><%=theme.author%></a></h1>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="intrude-less">
|
||||
<header id="header" class="inner">
|
||||
<div class="profilepic">
|
||||
<img src="<%=theme.avatar%>" class="js-avatar">
|
||||
<img src="<%=config.picture_cdn%>/avatar.jpg" class="js-avatar">
|
||||
</div>
|
||||
<hgroup>
|
||||
<h1 class="header-author js-header-author"><%=theme.author%></h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user