about summary refs log tree commit diff stats
path: root/layouts/partials
diff options
context:
space:
mode:
authordigitalcraftsman2015-06-02 18:58:59 +0200
committerdigitalcraftsman2015-07-13 23:45:26 +0200
commitc87ec5559f42637dc3663625da99a5d7f1dbf532 (patch)
treef80faf391505fc594f3a4a60d2be5ec9e5af1599 /layouts/partials
parent2d0f48c7f8ed5c1ef5ee0e8a4c52b309a1a5e648 (diff)
downloadhyde-c87ec5559f42637dc3663625da99a5d7f1dbf532.tar.lz
hyde-c87ec5559f42637dc3663625da99a5d7f1dbf532.tar.zst
hyde-c87ec5559f42637dc3663625da99a5d7f1dbf532.zip
Linking the title in the sidebar to home
Diffstat (limited to 'layouts/partials')
-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 a197429..4bdc33e 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -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://hugo.spf13.com">hugo</a> made by <a href="http://twitter.com/mdo">@mdo</a>. Originally made for Jekyll.{{end}}
       </p>