diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-24 13:07:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-24 13:07:09 +0300 |
commit | 5c569ca60837f88d96df6429cfe687c55792b138 (patch) | |
tree | 92aea3d0eee1f77335557479cdfb1b11520e4c02 /all | |
parent | notes: reformat, add subtitles (diff) | |
download | blog-5c569ca60837f88d96df6429cfe687c55792b138.tar.gz blog-5c569ca60837f88d96df6429cfe687c55792b138.zip |
show notes on the sidebar on some pages
Diffstat (limited to 'all')
-rw-r--r-- | all/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/all/index.html b/all/index.html index b3aa9de..3a0a88d 100644 --- a/all/index.html +++ b/all/index.html @@ -4,5 +4,10 @@ layout: default navbar: link: Archive priority: 2 +sidebar: + latest_posts: + hide: true + notes: + show: true --- {% include jekyll-theme/categories/all.html %} |