Skip to content

Commit

Permalink
Merge pull request #14 from digitalcraftsman/sidebar-link-to-home
Browse files Browse the repository at this point in the history
Linking the title in the sidebar to home
  • Loading branch information
digitalcraftsman committed Jul 13, 2015
2 parents 2d0f48c + c87ec55 commit 2bec578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>{{ .Site.Title }}</h1>
<a href="{{ .Site.BaseURL }}"><h1>{{ .Site.Title }}</h1></a>
<p class="lead">
{{ with .Site.Params.description }} {{.}} {{ else }}An elegant open source and mobile first theme for <a href="http:https://hugo.spf13.com">hugo</a> made by <a href="http:https://twitter.com/mdo">@mdo</a>. Originally made for Jekyll.{{end}}
</p>
Expand Down

0 comments on commit 2bec578

Please sign in to comment.