Skip to content

Commit

Permalink
link the h1 in the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 23, 2014
1 parent 802cbd1 commit b47b104
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>{{ site.title }}</h1>
<h1>
<a href="{{ site.baseurl }}">
{{ site.title }}
</a>
</h1>
<p class="lead">{{ site.description }}</p>
</div>

Expand Down

0 comments on commit b47b104

Please sign in to comment.