diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8d31c7c..5143036 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,6 +21,7 @@ theme = "hyde-hyde" # please choose either GraphComment or Disqus # GraphCommentId = "your-graph-comment-id" # layoutReverse = true + # sidebarSticky = true ## Social Accounts [params.social] diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 7027a50..37b960c 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,5 +1,5 @@