diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-24 11:46:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-24 11:46:43 +0300 |
commit | 5e25c497c37c39d399d0851f316aa5783d536347 (patch) | |
tree | 85031ea3a4438daa20c285b7d509b9ba96e0b5b2 /README.md | |
parent | README: update (diff) | |
download | jekyll-theme-5e25c497c37c39d399d0851f316aa5783d536347.tar.gz jekyll-theme-5e25c497c37c39d399d0851f316aa5783d536347.zip |
sidebar: allow adding custom content
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,8 @@ The sidebar includes two entries by default: "About" and "Latest posts". Hide them individually by setting `sidebar.{about,latest_posts}.hide` to `true` (either under `site.settings` or `page`). +Add content to the sidebar by putting it in your _includes/custom-sidebar.html. + ### Feed See [feed/index.html] for an example of how to easily create a paginated post |