diff options
author | Alan Pearce | 2014-06-07 17:58:28 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 17:58:28 +0100 |
commit | ed66d3d3bd6cef2d6b2e43f4237f76f60ce1250e (patch) | |
tree | 4dff28684353e50d09ed6bcdbe6be7f06f9f563a /layouts | |
parent | 66acb840037e751507a966199a3806f262b5188a (diff) | |
download | hyde-ed66d3d3bd6cef2d6b2e43f4237f76f60ce1250e.tar.lz hyde-ed66d3d3bd6cef2d6b2e43f4237f76f60ce1250e.tar.zst hyde-ed66d3d3bd6cef2d6b2e43f4237f76f60ce1250e.zip |
Un-stick the sidebar
Diffstat (limited to 'layouts')
-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 83638bd..e515779 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,5 +1,5 @@ <aside class="sidebar"> - <div class="container sidebar-sticky"> + <div class="container"> <section class="sidebar-about"> <h1>{{ .Site.Title }}</h1> <p class="lead"> |