diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 09:59:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 09:59:51 +0300 |
commit | 4afb428ca069605c0527f5a0e39fcae8e19cec69 (patch) | |
tree | b6a6c550b4657a228240ca76330348324cda22bc /feed | |
parent | sidebar: don't print anything if there're no posts (diff) | |
download | jekyll-theme-4afb428ca069605c0527f5a0e39fcae8e19cec69.tar.gz jekyll-theme-4afb428ca069605c0527f5a0e39fcae8e19cec69.zip |
sidebar: add ability to hide it
Diffstat (limited to 'feed')
-rw-r--r-- | feed/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/feed/index.html b/feed/index.html index 3660a51..7227bab 100644 --- a/feed/index.html +++ b/feed/index.html @@ -5,5 +5,7 @@ navbar: link: true priority: 2 paginated: true +sidebar: + hide: true --- {% include posts/feed.html %} |