diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 18:13:52 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:00:59 +0200 |
commit | c852860555b89eb288c47547d967fb619a95f6fc (patch) | |
tree | e3863e27f89eeed3a5ecce9ea15a89b0a07c0ec8 /all | |
parent | bump jekyll-theme (diff) | |
download | blog-c852860555b89eb288c47547d967fb619a95f6fc.tar.gz blog-c852860555b89eb288c47547d967fb619a95f6fc.zip |
show "notes" on sidebar by default
Diffstat (limited to '')
-rw-r--r-- | all/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/all/index.html b/all/index.html index 3a0a88d..dbacc4a 100644 --- a/all/index.html +++ b/all/index.html @@ -7,7 +7,5 @@ navbar: sidebar: latest_posts: hide: true - notes: - show: true --- {% include jekyll-theme/categories/all.html %} |