Skip to content

Commit

Permalink
fix html tag errors
Browse files Browse the repository at this point in the history
  • Loading branch information
qingxiangchayun committed Oct 15, 2014
1 parent 0c915b8 commit b0a7742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<%= theme.author.intro_line2 %></p>
</section>
<% } %>
<div class="social-font" class="clearfix">
<div class="social-font clearfix">
<% if(theme.author.weibo){ %>
<a href="http://weibo.com/<%= theme.author.weibo %>" target="_blank" title="weibo"></a>
<% } %>
Expand Down
3 changes: 1 addition & 2 deletions layout/_partial/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
</a></div>
<nav class="animated">
<ul>
<ul>
<% for (var i in theme.menu){ %>
<% for (var i in theme.menu){ %>
<li><a href="<%- theme.menu[i] %>"><%= i %></a></li>
<% } %>
<li>
Expand Down

0 comments on commit b0a7742

Please sign in to comment.