diff options
author | Alan Pearce | 2014-06-07 18:14:16 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 18:14:16 +0100 |
commit | 5c6f5961ae71938634df4268e96de0523efb7e57 (patch) | |
tree | 4861d017d799757ec7e1add71250df08d8112393 /layouts/partials | |
parent | 1e69f71cc2577aec7a2dc1a12ec21802f2a8f01c (diff) | |
download | hyde-5c6f5961ae71938634df4268e96de0523efb7e57.tar.lz hyde-5c6f5961ae71938634df4268e96de0523efb7e57.tar.zst hyde-5c6f5961ae71938634df4268e96de0523efb7e57.zip |
Make site title link to homepage
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index e515779..a8a2baf 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,7 +1,7 @@ <aside class="sidebar"> <div class="container"> <section class="sidebar-about"> - <h1>{{ .Site.Title }}</h1> + <h1><a href="/">{{ .Site.Title }}</a></h1> <p class="lead"> {{ with .Site.Params.Description }} {{.}} {{ else }}An elegant open source and mobile first theme for <a href="http://hugo.spf13.com">hugo</a> made by <a href="http://twitter.com/mdo">@mdo</a>. Originally made for Jekyll.{{end}} </p> |