diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-25 12:13:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-25 12:13:03 +0200 |
commit | 64bccc4dd02993393c8627818aec6e905c5ab905 (patch) | |
tree | af81186bf3e88e7318a09c9999fb70219e4ee459 | |
parent | redesign feed & categories (diff) | |
download | blog-64bccc4dd02993393c8627818aec6e905c5ab905.tar.gz blog-64bccc4dd02993393c8627818aec6e905c5ab905.zip |
hide "Latest posts" everywhere
-rw-r--r-- | _config.yml | 3 | ||||
-rw-r--r-- | all/index.html | 3 | ||||
-rw-r--r-- | index.html | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/_config.yml b/_config.yml index d074df8..c05ae1c 100644 --- a/_config.yml +++ b/_config.yml @@ -68,6 +68,9 @@ settings: author: name: Egor Tensin email: Egor.Tensin@gmail.com + sidebar: + latest_posts: + hide: true links: - {rel: apple-touch-icon, sizes: 180x180, href: /assets/favicon/apple-touch-icon.png} - {rel: icon, type: image/png, sizes: 32x32, href: /assets/favicon/favicon-32x32.png} diff --git a/all/index.html b/all/index.html index dbacc4a..b3aa9de 100644 --- a/all/index.html +++ b/all/index.html @@ -4,8 +4,5 @@ layout: default navbar: link: Archive priority: 2 -sidebar: - latest_posts: - hide: true --- {% include jekyll-theme/categories/all.html %} @@ -5,8 +5,5 @@ navbar: link: Blog priority: 1 paginated: true -sidebar: - latest_posts: - hide: true --- {% include jekyll-theme/posts/feed.html %} |