修改头像地址

This commit is contained in:
结发受长生
2019-04-17 09:00:40 +08:00
parent e3b4af45ce
commit 131c867c89
2 changed files with 3 additions and 8 deletions
+2 -2
View File
@@ -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>