about summary refs log tree commit diff stats
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
authorAlan Pearce2014-06-07 18:14:16 +0100
committerAlan Pearce2014-06-07 18:14:16 +0100
commit5c6f5961ae71938634df4268e96de0523efb7e57 (patch)
tree4861d017d799757ec7e1add71250df08d8112393 /layouts/partials/sidebar.html
parent1e69f71cc2577aec7a2dc1a12ec21802f2a8f01c (diff)
downloadhyde-5c6f5961ae71938634df4268e96de0523efb7e57.tar.lz
hyde-5c6f5961ae71938634df4268e96de0523efb7e57.tar.zst
hyde-5c6f5961ae71938634df4268e96de0523efb7e57.zip
Make site title link to homepage
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html2
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>