修改头像地址
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
<div class="overlay" style="background: <%= theme.style && theme.style.header ? theme.style.header : defaultBg %>"></div>
|
||||
<div class="intrude-less">
|
||||
<header id="header" class="inner">
|
||||
<a href="<%=theme.root%>" class="profilepic">
|
||||
<a href="<%=config.root%>" class="profilepic">
|
||||
<img src="<%=theme.avatar%>" class="js-avatar">
|
||||
</a>
|
||||
<hgroup>
|
||||
<h1 class="header-author"><a href="<%=theme.root%>"><%=theme.author%></a></h1>
|
||||
<h1 class="header-author"><a href="<%=config.root%>"><%=theme.author%></a></h1>
|
||||
</hgroup>
|
||||
<% if (theme.subtitle){ %>
|
||||
<p class="header-subtitle"><%=theme.subtitle%></p>
|
||||
|
||||
Reference in New Issue
Block a user