博客评论
This commit is contained in:
@@ -85,10 +85,10 @@ weibo_show:
|
||||
#----------------------------
|
||||
comment:
|
||||
enable: true
|
||||
owner: jangdelong
|
||||
repo: blog_comments
|
||||
client_id: b08ed25e52c57993e69c
|
||||
client_secret: 1cb9545488f0380904b87350e7c5a270ae03bab7
|
||||
owner: sookie2010
|
||||
repo: sookie_blog
|
||||
client_id: 90e8f648da2a669f7975
|
||||
client_secret: 7d2b602616387748ef0df10f7a8a626bdfd1034c
|
||||
|
||||
#----------------------------
|
||||
# 是否开启云标签
|
||||
@@ -135,7 +135,7 @@ head_links:
|
||||
#----------------------------
|
||||
SEO:
|
||||
keywords: 前端, Web, Java
|
||||
description: Jelon个人前端小站
|
||||
description: 个人前端小站
|
||||
|
||||
#----------------------------
|
||||
# 百度分析
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<% } %>
|
||||
</div>
|
||||
<div class="avatar fr">
|
||||
<img src="<%- theme.avatar %>" alt="avatar" title="Jelon" >
|
||||
<img src="<%- theme.avatar %>" alt="avatar" title="Sookie">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 126 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@@ -213,7 +213,7 @@ var JELON = window.JELON || {};
|
||||
box: {
|
||||
tpl: [
|
||||
'<section class="box" id="JELON__commentBox">',
|
||||
'<div class="com-avatar"><img id="JELON__loginAvatar" src="/img/unsigned_avatar.jpg" alt="avatar"></div>',
|
||||
'<div class="com-avatar"><img id="loginAvatar" src="/img/loading.gif" alt="avatar"></div>',
|
||||
'<div class="com-text">',
|
||||
'<div class="main">',
|
||||
'<textarea class="text-area-edited show" id="JELON__editBox" placeholder="欢迎评论!"></textarea>',
|
||||
@@ -235,7 +235,7 @@ var JELON = window.JELON || {};
|
||||
userInfo = {};
|
||||
}
|
||||
// 默认头像路径 /img/jelon.jpg
|
||||
$('JELON__loginAvatar').src = userInfo.avatar_url || '/img/unsigned_avatar.jpg';
|
||||
$('loginAvatar').src = userInfo.avatar_url || '/img/unsigned_avatar.png';
|
||||
}
|
||||
},
|
||||
list: {
|
||||
|
||||
@@ -24,7 +24,7 @@ font-sans = -apple-system, BlinkMacSystemFont,
|
||||
"Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif
|
||||
font-serif = Georgia, "Times New Roman", serif
|
||||
font-mono = "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace
|
||||
font-mono = "Source Code Pro", Consolas, Monaco, Menlo, monospace
|
||||
font-icon = FontAwesome
|
||||
font-icon-path = "fonts/fontawesome-webfont"
|
||||
font-icon-version = "4.0.3"
|
||||
|
||||
Reference in New Issue
Block a user