Skip to content

Commit

Permalink
use h6 instead of h4
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixlzx committed Mar 25, 2015
1 parent eb74dc5 commit 9b9b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/init/themes/paper/_side_index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h3 class="panel-title">Navigation</h3>
</div>
<div class="panel-body">
<h4><a href="<%= config['base'].path %>">Homepage</a></h4>
<h6><a href="<%= config['base'].path %>">Homepage</a></h6>
<% categories.forEach(function(category) { %>
<h5><%= category.name %></h5>
<ul class="list-unstyled">
Expand Down

0 comments on commit 9b9b84e

Please sign in to comment.