Skip to content

Commit

Permalink
Merge pull request #575 from sherleysong/master
Browse files Browse the repository at this point in the history
Update left-col.ejs 更新avatar和author的链接路径
  • Loading branch information
litten committed Sep 4, 2017
2 parents 0983010 + ec0eef0 commit 6fc5664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_partial/left-col.ejs
Expand Up @@ -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="/" class="profilepic">
<a href="<%=theme.root%>" class="profilepic">
<img src="<%=theme.avatar%>" class="js-avatar">
</a>
<hgroup>
<h1 class="header-author"><a href="/"><%=theme.author%></a></h1>
<h1 class="header-author"><a href="<%=theme.root%>"><%=theme.author%></a></h1>
</hgroup>
<% if (theme.subtitle){ %>
<p class="header-subtitle"><%=theme.subtitle%></p>
Expand Down

0 comments on commit 6fc5664

Please sign in to comment.